Zap white spaces, test commit email.

llvm-svn: 118690
GitOrigin-RevId: 13bcf4d131258cde8ff43d6cb30dd9f3e62e8e7a
diff --git a/README.txt b/README.txt
index 5682092..5ef6aa0 100644
--- a/README.txt
+++ b/README.txt
@@ -8,10 +8,10 @@
 For exmaple,
 
 define i32 @f1(i32 %i) nounwind ssp {
-; DEBUGGER: break f1                                                                                                                                                 
-; DEBUGGER: r                                                                                                                                                        
-; DEBUGGER: p i                                                                                                                                                      
-; CHECK: $1 = 42                                                                                                                                                     
+; DEBUGGER: break f1
+; DEBUGGER: r
+; DEBUGGER: p i 
+; CHECK: $1 = 42 
 entry:
 }