From: Nick Lewycky Date: Thu, 23 Sep 2010 23:48:20 +0000 (+0000) Subject: Fix header comment so we don't break emacs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3365aa452673f7ea3244bb6638551f13ab7570d;p=clang Fix header comment so we don't break emacs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 86e1161169..0555342bc8 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -1,4 +1,4 @@ -//===--- Driver.cpp - Clang GCC Compatible Driver -----------------------*-===// +//===--- Driver.cpp - Clang GCC Compatible Driver -------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 16339c4bd1..b986f7f1c0 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -1,4 +1,4 @@ -//===--- Tools.cpp - Tools Implementations ------------------------------*-===// +//===--- Tools.cpp - Tools Implementations --------------------------------===// // // The LLVM Compiler Infrastructure //