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 | 6da90771c463ccb1ad5bd70cf17dee362d462539 (patch) | |
tree | ff21c11c3735c051ac910a9be2a601bdcca2528f /clang/lib/Driver/OptTable.cpp | |
parent | 6cc7126ed9c53339098766b40044463f70f7ce00 (diff) | |
download | bcm5719-llvm-6da90771c463ccb1ad5bd70cf17dee362d462539.tar.gz bcm5719-llvm-6da90771c463ccb1ad5bd70cf17dee362d462539.zip |
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.
llvm-svn: 122646
Diffstat (limited to 'clang/lib/Driver/OptTable.cpp')
-rw-r--r-- | clang/lib/Driver/OptTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/OptTable.cpp b/clang/lib/Driver/OptTable.cpp index d919c661d7d..c3d3048c12f 100644 --- a/clang/lib/Driver/OptTable.cpp +++ b/clang/lib/Driver/OptTable.cpp @@ -1,4 +1,4 @@ -//===--- OptTable.cpp - Option Table Implementation ---------------------*-===// +//===--- OptTable.cpp - Option Table Implementation -----------------------===// // // The LLVM Compiler Infrastructure // |