Index: /trunk/src/VBox/Main/include/KeyboardImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/KeyboardImpl.h	(revision 33848)
+++ /trunk/src/VBox/Main/include/KeyboardImpl.h	(revision 33849)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2006-2008 Oracle Corporation
+ * Copyright (C) 2006-2010 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -63,5 +63,5 @@
     END_COM_MAP()
 
-    DECLARE_EMPTY_CTOR_DTOR (Keyboard)
+    DECLARE_EMPTY_CTOR_DTOR(Keyboard)
 
     HRESULT FinalConstruct();
@@ -69,13 +69,13 @@
 
     // public initializer/uninitializer for internal purposes only
-    HRESULT init (Console *aParent);
+    HRESULT init(Console *aParent);
     void uninit();
 
     STDMETHOD(PutScancode)(LONG scancode);
-    STDMETHOD(PutScancodes)(ComSafeArrayIn (LONG, scancodes),
+    STDMETHOD(PutScancodes)(ComSafeArrayIn(LONG, scancodes),
                             ULONG *codesStored);
     STDMETHOD(PutCAD)();
 
-    STDMETHOD(COMGETTER(EventSource)) (IEventSource ** aEventSource);
+    STDMETHOD(COMGETTER(EventSource))(IEventSource ** aEventSource);
 
     static const PDMDRVREG  DrvReg;
