r188652 - Fix indentation. No functional change.

Craig Topper craig.topper at gmail.com
Sun Aug 18 20:41:04 PDT 2013


Author: ctopper
Date: Sun Aug 18 22:41:04 2013
New Revision: 188652

URL: http://llvm.org/viewvc/llvm-project?rev=188652&view=rev
Log:
Fix indentation. No functional change.

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h?rev=188652&r1=188651&r2=188652&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h Sun Aug 18 22:41:04 2013
@@ -184,7 +184,7 @@ public:
 
   bool isSink() const { return Succs.getFlag(); }
 
-   bool hasSinglePred() const {
+  bool hasSinglePred() const {
     return (pred_size() == 1);
   }
 





More information about the cfe-commits mailing list