summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-05 00:56:34 +0000
committerChris Lattner <sabre@nondot.org>2009-03-05 00:56:34 +0000
commitf5d8ba86ccbb82cdfbb263410e89284d407b584f (patch)
tree441a59448485d23df458aabb7b51557b98c2a7fa
parent12f2ea501594c0559e45a11ccd869a2cfc7e12ea (diff)
downloadbcm5719-llvm-f5d8ba86ccbb82cdfbb263410e89284d407b584f.tar.gz
bcm5719-llvm-f5d8ba86ccbb82cdfbb263410e89284d407b584f.zip
fix some 80 col violations.
llvm-svn: 66114
-rw-r--r--clang/include/clang/Parse/Action.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/include/clang/Parse/Action.h b/clang/include/clang/Parse/Action.h
index c5a16288e33..1fe58da68c4 100644
--- a/clang/include/clang/Parse/Action.h
+++ b/clang/include/clang/Parse/Action.h
@@ -42,10 +42,10 @@ namespace clang {
// We can re-use the low bit of expression, statement, base, and
// member-initializer pointers for the "invalid" flag of
// ActionResult.
- template<> struct IsResultPtrLowBitFree<0> { static const bool value = true; };
- template<> struct IsResultPtrLowBitFree<1> { static const bool value = true; };
- template<> struct IsResultPtrLowBitFree<3> { static const bool value = true; };
- template<> struct IsResultPtrLowBitFree<4> { static const bool value = true; };
+ template<> struct IsResultPtrLowBitFree<0> { static const bool value = true;};
+ template<> struct IsResultPtrLowBitFree<1> { static const bool value = true;};
+ template<> struct IsResultPtrLowBitFree<3> { static const bool value = true;};
+ template<> struct IsResultPtrLowBitFree<4> { static const bool value = true;};
/// Action - As the parser reads the input file and recognizes the productions
/// of the grammar, it invokes methods on this class to turn the parsed input
OpenPOWER on IntegriCloud