objective-C modern translator. Start the line
directive on a new line.

llvm-svn: 167542
diff --git a/clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp b/clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp
index a86da54..4b56b37 100644
--- a/clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp
+++ b/clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp
@@ -3112,7 +3112,7 @@
   SourceLocation Location = D->getLocation();
   
   if (Location.isFileID()) {
-    std::string LineString("#line ");
+    std::string LineString("\n#line ");
     PresumedLoc PLoc = SM->getPresumedLoc(Location);
     LineString += utostr(PLoc.getLine());
     LineString += " \"";