Unsquishify
[oota-llvm.git] / 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...