Unsquishify
authorChris Lattner <sabre@nondot.org>
Sat, 20 Sep 2003 01:23:29 +0000 (01:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Sep 2003 01:23:29 +0000 (01:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8612 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DSGraph.h
include/llvm/Analysis/DataStructure/DSGraph.h

index 10dca09f9e5876ac75f33c2c1620f3d18f72dac5..d86d225bfe78b8dc924dce027833b7fe933e34d2 100644 (file)
@@ -100,7 +100,7 @@ public:
   /// function point to...
   ///
   ScalarMapTy &getScalarMap() { return ScalarMap; }
-  const ScalarMapTy &getScalarMap() const {return ScalarMap;}
+  const ScalarMapTy &getScalarMap() const { return ScalarMap; }
 
   /// getFunctionCalls - Return the list of call sites in the original local
   /// graph...
index 10dca09f9e5876ac75f33c2c1620f3d18f72dac5..d86d225bfe78b8dc924dce027833b7fe933e34d2 100644 (file)
@@ -100,7 +100,7 @@ public:
   /// function point to...
   ///
   ScalarMapTy &getScalarMap() { return ScalarMap; }
-  const ScalarMapTy &getScalarMap() const {return ScalarMap;}
+  const ScalarMapTy &getScalarMap() const { return ScalarMap; }
 
   /// getFunctionCalls - Return the list of call sites in the original local
   /// graph...