Avoid duplicating loop header which leads to unnatural loops (and just seem like...
[oota-llvm.git] / lib / Debugger / SourceLanguage-CPlusPlus.cpp
index 31e4fd43244469b5d1dc3b626ab09328153048f5..ce94ff4a4cb2c4c6a9d51b3affa8a9c3cd9b9b43 100644 (file)
@@ -1,12 +1,12 @@
 //===-- SourceLanguage-CPlusPlus.cpp - C++ SourceLanguage impl ------------===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
 //===----------------------------------------------------------------------===//
-// 
+//
 // This file implements the SourceLanguage class for the C++ language.
 //
 //===----------------------------------------------------------------------===//