[cfe-commits] r59438 - /cfe/trunk/include/clang/Basic/OperatorKinds.h
Chris Lattner
sabre at nondot.org
Sun Nov 16 20:06:37 PST 2008
Author: lattner
Date: Sun Nov 16 22:06:37 2008
New Revision: 59438
URL: http://llvm.org/viewvc/llvm-project?rev=59438&view=rev
Log:
pad header out to 80 cols
Modified:
cfe/trunk/include/clang/Basic/OperatorKinds.h
Modified: cfe/trunk/include/clang/Basic/OperatorKinds.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/OperatorKinds.h?rev=59438&r1=59437&r2=59438&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/OperatorKinds.h (original)
+++ cfe/trunk/include/clang/Basic/OperatorKinds.h Sun Nov 16 22:06:37 2008
@@ -1,4 +1,4 @@
-//===--- OperatorKinds.h - C++ Overloaded Operators -*- C++ -*-===//
+//===--- OperatorKinds.h - C++ Overloaded Operators -------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list