Index: /trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk	(revision 22903)
+++ /trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk	(revision 22904)
@@ -233,5 +233,5 @@
  VirtualBox_LDFLAGS.darwin += -framework InstantMessage -framework QuartzCore
 endif
-if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 
+if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)
  VirtualBox_LDFLAGS.darwin += -framework OpenGL
 endif
@@ -245,5 +245,5 @@
 endif
 
-if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 
+if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)
  VirtualBox_LIBS.win     += $(PATH_SDK_WINPSDK_LIB)/Opengl32.lib
  VirtualBox_LIBS.solaris += GL
@@ -465,16 +465,16 @@
 ifdef VBOX_WITH_COCOA_QT
  VirtualBox_SOURCES.darwin += \
-	src/darwin/VBoxCocoaApplication.m \
-	src/darwin/VBoxUtils-darwin-cocoa.m \
-	src/darwin/VBoxDockIconPreview-cocoa.m
+ 	src/darwin/VBoxCocoaApplication.m \
+ 	src/darwin/VBoxUtils-darwin-cocoa.m \
+ 	src/darwin/VBoxDockIconPreview-cocoa.m
 else
  VirtualBox_SOURCES.darwin += \
-	src/darwin/VBoxUtils-darwin-carbon.cpp
+ 	src/darwin/VBoxUtils-darwin-carbon.cpp
 endif
 
 if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)
  VirtualBox_SOURCES += \
-	src/VBoxFBQGL.cpp \
-    src/VBoxFBOverlay.cpp
+ 	src/VBoxFBQGL.cpp \
+ 	src/VBoxFBOverlay.cpp
 endif
 # The Qt modules we're using.
@@ -500,5 +500,5 @@
 VirtualBoxShaders.qrc_RCCFLAGS = -name SHADERS
 endif
- 
+
 # Import the translation source from VBoxUI.pro and add the qt_xx_YY counterparts
 VirtualBox_QT_TRANSLATIONS := $(TRANSLATIONS) \
