[cfe-commits] r164900 - /cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h

Bob Wilson bob.wilson at apple.com
Sat Sep 29 15:08:54 PDT 2012


Author: bwilson
Date: Sat Sep 29 17:08:54 2012
New Revision: 164900

URL: http://llvm.org/viewvc/llvm-project?rev=164900&view=rev
Log:
Whitespace.

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

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h?rev=164900&r1=164899&r2=164900&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h Sat Sep 29 17:08:54 2012
@@ -227,7 +227,7 @@
         BasicVals.getValue(integer->getValue(),
                      integer->getType()->isUnsignedIntegerOrEnumerationType()));
   }
-  
+
   nonloc::ConcreteInt makeBoolVal(const ObjCBoolLiteralExpr *boolean) {
     return makeTruthVal(boolean->getValue(), boolean->getType());
   }





More information about the cfe-commits mailing list