mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Normalised all whitespace before args in std::function
This commit is contained in:
parent
3283f2224a
commit
d510b73cdf
62 changed files with 149 additions and 149 deletions
|
|
@ -264,7 +264,7 @@ struct ConsoleApplication
|
|||
String longDescription;
|
||||
|
||||
/** The actual command that should be invoked to perform this action. */
|
||||
std::function<void(const ArgumentList&)> command;
|
||||
std::function<void (const ArgumentList&)> command;
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ public:
|
|||
|
||||
//==============================================================================
|
||||
/** Function type of runtime permission request callbacks. */
|
||||
using Callback = std::function<void(bool)>;
|
||||
using Callback = std::function<void (bool)>;
|
||||
|
||||
//==============================================================================
|
||||
/** Call this method to request a runtime permission.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue