diff --git a/modules/juce_box2d/box2d/README.txt b/modules/juce_box2d/box2d/README.txt index 6f3ba1ebd1..d96d840530 100644 --- a/modules/juce_box2d/box2d/README.txt +++ b/modules/juce_box2d/box2d/README.txt @@ -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 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 -compiler warnings that I cleaned up to avoid bothering people with them) \ No newline at end of file +compiler warnings that I cleaned up to avoid bothering people with them) diff --git a/modules/juce_core/native/javacore/init/com/roli/juce/Java.java b/modules/juce_core/native/javacore/init/com/roli/juce/Java.java index a5622974bd..3e3ccee0cb 100644 --- a/modules/juce_core/native/javacore/init/com/roli/juce/Java.java +++ b/modules/juce_core/native/javacore/init/com/roli/juce/Java.java @@ -10,4 +10,4 @@ public class Java } public native static void initialiseJUCE (Context appContext); -} \ No newline at end of file +}