These are justsome formatting changes, but if I dont check them in, I'll keep having...
[MenuTunes.git] / iTunesRemote.m
index c4079df..7c300b4 100755 (executable)
@@ -46,7 +46,8 @@
 - (BOOL)isAppRunning
 {
     NSArray *apps = [[NSWorkspace sharedWorkspace] launchedApplications];
-    int i,count = [apps count];
+    int i;
+    int count = [apps count];
 
     for (i = 0; i < count; i++) {
         if ([[[apps objectAtIndex:i] objectForKey:@"NSApplicationName"]
 {
     NSArray *apps = [[NSWorkspace sharedWorkspace] launchedApplications];
     ProcessSerialNumber number;
-    int i, count = [apps count];
+    int i;
+    int count = [apps count];
     
     number.highLongOfPSN = kNoProcess;