Index: /trunk/src/VBox/VMM/VMMR3/CSAM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CSAM.cpp	(revision 42781)
+++ /trunk/src/VBox/VMM/VMMR3/CSAM.cpp	(revision 42782)
@@ -887,5 +887,6 @@
             if (csamIsCodeScanned(pVM, pCurInstrGC + cbCurInstr, &pPage) == true)
             {
-                /* We've scanned the next instruction(s) already. This means we've followed a branch that ended up there before -> dangerous!! */
+                /* We've scanned the next instruction(s) already. This means we've
+                   followed a branch that ended up there before -> dangerous!! */
                 PATMR3DetectConflict(pVM, pCurInstrGC, pCurInstrGC + cbCurInstr);
                 break;
