Browse Source

Whitespace

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
066ec6c18b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      modules/juce_box2d/box2d/README.txt
  2. +1
    -1
      modules/juce_core/native/javacore/init/com/roli/juce/Java.java

+ 1
- 1
modules/juce_box2d/box2d/README.txt View File

@@ -5,4 +5,4 @@ For any Box2D-related info, visit their website: http://box2d.org
To create the juce module, the only changes required to the original source-code To create the juce module, the only changes required to the original source-code
were to adjust the include paths to be relative rather than absolute, and to wrap were to adjust the include paths to be relative rather than absolute, and to wrap
#ifdefs around a couple of unguarded header files. (Oh, and there were a few #ifdefs around a couple of unguarded header files. (Oh, and there were a few
compiler warnings that I cleaned up to avoid bothering people with them)
compiler warnings that I cleaned up to avoid bothering people with them)

+ 1
- 1
modules/juce_core/native/javacore/init/com/roli/juce/Java.java View File

@@ -10,4 +10,4 @@ public class Java
} }
public native static void initialiseJUCE (Context appContext); public native static void initialiseJUCE (Context appContext);
}
}

Loading…
Cancel
Save