Skip to content

Commit 1cfbd9e

Browse files
committed
make spacing consistent
1 parent 0ed2e02 commit 1cfbd9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/different/different.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
[NSApp setPresentationOptions:0];
1919
}
2020

21+
2122
JNIEXPORT void JNICALL Java_processing_core_ThinkDifferent_activateIgnoringOtherApps
2223
(JNIEnv *env, jclass klass)
2324
{
2425
[NSApp activateIgnoringOtherApps:true];
2526
}
2627

28+
2729
JNIEXPORT void JNICALL Java_processing_core_ThinkDifferent_activate
2830
(JNIEnv *env, jclass klass)
2931
{

0 commit comments

Comments
 (0)