1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Whitespace

This commit is contained in:
Tom Poole 2019-02-07 09:56:43 +00:00
parent 24de5cf3c2
commit 066ec6c18b
2 changed files with 2 additions and 2 deletions

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
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)
compiler warnings that I cleaned up to avoid bothering people with them)

View file

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