]> granicus.if.org Git - clang/commitdiff
Whitespace.
authorBob Wilson <bob.wilson@apple.com>
Sat, 29 Sep 2012 22:08:54 +0000 (22:08 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 29 Sep 2012 22:08:54 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164900 91177308-0d34-0410-b5e6-96231b3b80d8

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

index a68732c081fac60da060d3c472a87a5162522840..5d72e73a3d94680aa19f764062da50afa6309973 100644 (file)
@@ -227,7 +227,7 @@ public:
         BasicVals.getValue(integer->getValue(),
                      integer->getType()->isUnsignedIntegerOrEnumerationType()));
   }
-  
+
   nonloc::ConcreteInt makeBoolVal(const ObjCBoolLiteralExpr *boolean) {
     return makeTruthVal(boolean->getValue(), boolean->getType());
   }