death to extraneous \n's.
authorChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2010 07:20:51 +0000 (07:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2010 07:20:51 +0000 (07:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120405 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasAnalysis.h

index d4f006fd111e2f15ba49ddb8643e76728d9b16a9..7531b19c5bad4c5b7cf89941f63d35dbe60fff04 100644 (file)
@@ -108,8 +108,7 @@ public:
     /// the location, or null if there is no known unique tag.
     const MDNode *TBAATag;
 
-    explicit Location(const Value *P = 0,
-                      uint64_t S = UnknownSize,
+    explicit Location(const Value *P = 0, uint64_t S = UnknownSize,
                       const MDNode *N = 0)
       : Ptr(P), Size(S), TBAATag(N) {}