Fixing buildbot due to style.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@369711 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/sanitizer_common/sanitizer_linux.cpp b/lib/sanitizer_common/sanitizer_linux.cpp
index 01be223..e666290 100644
--- a/lib/sanitizer_common/sanitizer_linux.cpp
+++ b/lib/sanitizer_common/sanitizer_linux.cpp
@@ -2024,7 +2024,8 @@
   }
 
   if (aslr_pie > 0) {
-    Printf("This sanitizer is not compatible with enabled ASLR and binaries compiled with PIE\n");
+    Printf("This sanitizer is not compatible with enabled ASLR "
+           "and binaries compiled with PIE\n");
     Die();
   }
 #endif
@@ -2035,7 +2036,8 @@
   }
 
   if (aslr_pie > 0) {
-    Printf("This sanitizer is not compatible with enabled ASLR and binaries compiled with PIE\n");
+    Printf("This sanitizer is not compatible with enabled ASLR "
+           "and binaries compiled with PIE\n");
     Die();
   }
 #else