]> Git Repo - qemu.git/commitdiff
ui/cocoa: Remove stray tabs
authorPeter Maydell <[email protected]>
Tue, 24 Dec 2013 11:54:12 +0000 (11:54 +0000)
committerPeter Maydell <[email protected]>
Sun, 12 Jan 2014 22:27:10 +0000 (22:27 +0000)
The ui/cocoa.m file has just three lines with hardcoded tabs; fix them.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Stefan Weil <[email protected]>
Message-id: 1387886052[email protected]

ui/cocoa.m

index 22ec29be839d59789332e5080695b824b376832a..866177770a24f06d0a481d1499ce28f571fb2af5 100644 (file)
@@ -427,8 +427,8 @@ QemuCocoaView *cocoaView;
         CGDataProviderRelease(dataProviderRef);
 
     //sync host window color space with guests
-       screen.bitsPerPixel = surface_bits_per_pixel(surface);
-       screen.bitsPerComponent = surface_bytes_per_pixel(surface) * 2;
+    screen.bitsPerPixel = surface_bits_per_pixel(surface);
+    screen.bitsPerComponent = surface_bytes_per_pixel(surface) * 2;
 
     dataProviderRef = CGDataProviderCreateWithData(NULL, surface_data(surface), w * 4 * h, NULL);
 
@@ -774,7 +774,7 @@ QemuCocoaView *cocoaView;
         [normalWindow setContentView:cocoaView];
         [normalWindow useOptimizedDrawing:YES];
         [normalWindow makeKeyAndOrderFront:self];
-               [normalWindow center];
+        [normalWindow center];
 
     }
     return self;
This page took 0.031482 seconds and 4 git commands to generate.