< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/awt/CRobotKeyCode.m

Print this page
rev 54086 : 8240487: Cleanup whitespace in .cc, .hh, .m, and .mm files

@@ -166,11 +166,11 @@
     return self;
 }
 
 -(int) getOSXKeyCodeForJavaKey : (int) javaKey {
     id val = [javaToMacKeyMap objectForKey : [NSNumber numberWithInt : javaKey]];
-        
+
     if (nil != val) {
         return [val intValue];
     } else {
         return OSX_Undefined;
     }
< prev index next >