Index: /trunk/include/VBox/vmm/hm_svm.h
===================================================================
--- /trunk/include/VBox/vmm/hm_svm.h	(revision 66040)
+++ /trunk/include/VBox/vmm/hm_svm.h	(revision 66041)
@@ -289,11 +289,11 @@
  */
 /** Set to 1 if the task switch was caused by an IRET; else cleared to 0. */
-# define SVM_EXIT2_TASK_SWITCH_IRET            RT_BIT_64(36)
+#define SVM_EXIT2_TASK_SWITCH_IRET            RT_BIT_64(36)
 /** Set to 1 if the task switch was caused by a far jump; else cleared to 0. */
-# define SVM_EXIT2_TASK_SWITCH_JMP             RT_BIT_64(38)
+#define SVM_EXIT2_TASK_SWITCH_JMP             RT_BIT_64(38)
 /** Set to 1 if the task switch has an error code; else cleared to 0. */
-# define SVM_EXIT2_TASK_SWITCH_HAS_ERROR_CODE  RT_BIT_64(44)
+#define SVM_EXIT2_TASK_SWITCH_HAS_ERROR_CODE  RT_BIT_64(44)
 /** The value of EFLAGS.RF that would be saved in the outgoing TSS if the task switch were not intercepted. */
-# define SVM_EXIT2_TASK_SWITCH_EFLAGS_RF       RT_BIT_64(48)
+#define SVM_EXIT2_TASK_SWITCH_EFLAGS_RF       RT_BIT_64(48)
 /** @} */
 
@@ -302,7 +302,7 @@
  */
 /** The access was a read MSR. */
-# define SVM_EXIT1_MSR_READ                    0x0
+#define SVM_EXIT1_MSR_READ                    0x0
 /** The access was a write MSR. */
-# define SVM_EXIT1_MSR_WRITE                   0x1
+#define SVM_EXIT1_MSR_WRITE                   0x1
 /** @} */
 
