diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2013-01-24 01:12:16 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2013-01-24 01:12:16 +0000 |
commit | 5d9484da2168e20a70a16938bd8dee86ac82521a (patch) | |
tree | 83b125aa158fa2890d152b73f4589f753b483015 /lib/Sema/SemaOverload.cpp | |
parent | 4ea6a646af4765791d0829034016bd47eff8c789 (diff) |
Fix some wonky formatting, remove spurious emacs major mode marker. No
functionality change!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaOverload.cpp')
-rw-r--r-- | lib/Sema/SemaOverload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index b91b027ba0..91d02dacc8 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/lib/Sema/SemaOverload.cpp @@ -1,4 +1,4 @@ -//===--- SemaOverload.cpp - C++ Overloading ---------------------*- C++ -*-===// +//===--- SemaOverload.cpp - C++ Overloading -------------------------------===// // // The LLVM Compiler Infrastructure // |