mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CapabilityInquiryDemo: Formatting
This commit is contained in:
parent
fb14118771
commit
2f09dc0b22
1 changed files with 2 additions and 2 deletions
|
|
@ -4363,8 +4363,8 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
auto devicesState = demo.appState[&Model::App::transient]
|
auto devicesState = demo.appState[&Model::App::transient]
|
||||||
[&Model::Transient::devices]
|
[&Model::Transient::devices]
|
||||||
[&Model::ListWithSelection<Model::Device>::items];
|
[&Model::ListWithSelection<Model::Device>::items];
|
||||||
auto copiedDevices = *devicesState;
|
auto copiedDevices = *devicesState;
|
||||||
|
|
||||||
const auto matchingDevice = [&]
|
const auto matchingDevice = [&]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue