[Lldb-commits] [lldb] r231197 - Restore accidental deletion of header comment character

Ed Maste emaste at freebsd.org
Tue Mar 3 17:29:18 PST 2015


Author: emaste
Date: Tue Mar  3 19:29:18 2015
New Revision: 231197

URL: http://llvm.org/viewvc/llvm-project?rev=231197&view=rev
Log:
Restore accidental deletion of header comment character

Modified:
    lldb/trunk/source/Plugins/Makefile

Modified: lldb/trunk/source/Plugins/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Makefile?rev=231197&r1=231196&r2=231197&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Makefile (original)
+++ lldb/trunk/source/Plugins/Makefile Tue Mar  3 19:29:18 2015
@@ -1,5 +1,5 @@
 ##===- source/Plugins/Makefile -----------------------------*- Makefile -*-===##
-
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source





More information about the lldb-commits mailing list