From 066ec6c18b66d4a56f9126668a0b19f9cef26e56 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Thu, 7 Feb 2019 09:56:43 +0000 Subject: [PATCH] Whitespace --- modules/juce_box2d/box2d/README.txt | 2 +- modules/juce_core/native/javacore/init/com/roli/juce/Java.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}