From: Craig Topper Date: Mon, 19 Aug 2013 03:41:04 +0000 (+0000) Subject: Fix indentation. No functional change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cacdbc97d11d2bbde00a63dace6ac26f4b12ed88;p=clang Fix indentation. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188652 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h b/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h index edcfc8a6c0..bf17cd807d 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h @@ -184,7 +184,7 @@ public: bool isSink() const { return Succs.getFlag(); } - bool hasSinglePred() const { + bool hasSinglePred() const { return (pred_size() == 1); }