diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-12-31 17:31:54 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-12-31 17:31:54 +0000 |
commit | 3fdcc6fb12d7cf38d2a3111736f80f0dd55447b4 (patch) | |
tree | a25c7c935702a512c12355efbc699df6dc452028 /lib/Driver/DriverOptions.cpp | |
parent | f57258bb96799957085080027a9c9eefe36c3417 (diff) |
Remove stray emacs mode markers in all these files that was causing emacs to
open them in fundamental-mode instead of c++-mode.
Also twiddle whitespace for consistency in ToolChains.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/DriverOptions.cpp')
-rw-r--r-- | lib/Driver/DriverOptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/DriverOptions.cpp b/lib/Driver/DriverOptions.cpp index 72aaf56ad3..f2d9af86d0 100644 --- a/lib/Driver/DriverOptions.cpp +++ b/lib/Driver/DriverOptions.cpp @@ -1,4 +1,4 @@ -//===--- DriverOptions.cpp - Driver Options Table -----------------------*-===// +//===--- DriverOptions.cpp - Driver Options Table -------------------------===// // // The LLVM Compiler Infrastructure // |