no really, add the lines :)


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73367 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Frontend/PrintPreprocessedOutput.cpp b/lib/Frontend/PrintPreprocessedOutput.cpp
index eb68e38..d63d9cb 100644
--- a/lib/Frontend/PrintPreprocessedOutput.cpp
+++ b/lib/Frontend/PrintPreprocessedOutput.cpp
@@ -348,7 +348,7 @@
   
   if (NumNewlines == 0) return;
   
-//  CurLine += NumNewlines;
+  CurLine += NumNewlines;
 }