mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Whitespace auto-cleanup.
This commit is contained in:
parent
d5c262642c
commit
b29554f3b9
3 changed files with 2 additions and 4 deletions
|
|
@ -41,7 +41,7 @@
|
|||
#include "../juce_data_structures/juce_data_structures.h"
|
||||
|
||||
#if JUCE_MODULE_AVAILABLE_juce_gui_extra
|
||||
#include "juce_gui_extra/juce_gui_extra.h"
|
||||
#include "../juce_gui_extra/juce_gui_extra.h"
|
||||
#endif
|
||||
|
||||
namespace juce
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
|
||||
/** Acts as a GUI which asks the user for their details, and calls the approriate
|
||||
methods on your TracktionMarketplaceStatus object to attempt to register the app.
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
|
||||
CameraDevice::CameraDevice (const String& nm, int index, int minWidth, int minHeight, int maxWidth, int maxHeight)
|
||||
: name (nm), pimpl (new Pimpl (name, index, minWidth, minHeight, maxWidth, maxHeight))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue