Browse Source

Whitespace auto-cleanup.

tags/2021-05-28
jules 11 years ago
parent
commit
b29554f3b9
3 changed files with 2 additions and 4 deletions
  1. +2
    -2
      modules/juce_tracktion_marketplace/juce_tracktion_marketplace.h
  2. +0
    -1
      modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceUnlockForm.h
  3. +0
    -1
      modules/juce_video/capture/juce_CameraDevice.cpp

+ 2
- 2
modules/juce_tracktion_marketplace/juce_tracktion_marketplace.h View File

@@ -19,7 +19,7 @@
To release a closed-source product which uses JUCE, commercial licenses are
available: visit www.juce.com for more information.
==============================================================================
==============================================================================
*/
#ifndef JUCE_TRACKTION_MARKETPLACE_H_INCLUDED
@@ -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


+ 0
- 1
modules/juce_tracktion_marketplace/marketplace/juce_TracktionMarketplaceUnlockForm.h View File

@@ -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.


+ 0
- 1
modules/juce_video/capture/juce_CameraDevice.cpp View File

@@ -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…
Cancel
Save