summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-20 01:23:29 +0000
committerChris Lattner <sabre@nondot.org>2003-09-20 01:23:29 +0000
commit51757155fabbf4e5463f064fb0e2913c64bd9844 (patch)
treeb96bbb0ab786b8fa26862beafc07e7f28a4cfa62 /include
parent7892549796898a093b938fd4d6fa32d83e924a63 (diff)
downloadllvm-51757155fabbf4e5463f064fb0e2913c64bd9844.tar.gz
llvm-51757155fabbf4e5463f064fb0e2913c64bd9844.tar.bz2
llvm-51757155fabbf4e5463f064fb0e2913c64bd9844.tar.xz
Unsquishify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8612 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DSGraph.h2
-rw-r--r--include/llvm/Analysis/DataStructure/DSGraph.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h
index 10dca09f9e..d86d225bfe 100644
--- a/include/llvm/Analysis/DSGraph.h
+++ b/include/llvm/Analysis/DSGraph.h
@@ -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...
diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h
index 10dca09f9e..d86d225bfe 100644
--- a/include/llvm/Analysis/DataStructure/DSGraph.h
+++ b/include/llvm/Analysis/DataStructure/DSGraph.h
@@ -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...