]> granicus.if.org Git - clang/commitdiff
Fix indentation. No functional change.
authorCraig Topper <craig.topper@gmail.com>
Mon, 19 Aug 2013 03:41:04 +0000 (03:41 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 19 Aug 2013 03:41:04 +0000 (03:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188652 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h

index edcfc8a6c097f2ee34535e6de30be2ba1755f9e9..bf17cd807d6533665ddc2a81350598e51aaabddd 100644 (file)
@@ -184,7 +184,7 @@ public:
 
   bool isSink() const { return Succs.getFlag(); }
 
-   bool hasSinglePred() const {
+  bool hasSinglePred() const {
     return (pred_size() == 1);
   }