]> granicus.if.org Git - clang/commitdiff
Remove trailing space.
authorRui Ueyama <ruiu@google.com>
Mon, 28 Aug 2017 21:38:14 +0000 (21:38 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 28 Aug 2017 21:38:14 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311936 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp

index 2ccc747b66ea1497dbfe1253b9159c0bef41c8aa..f2aa2017caae4d81c59c423bdb581e541fe34f36 100644 (file)
@@ -360,15 +360,15 @@ SVal SimpleSValBuilder::evalBinOpNN(ProgramStateRef state,
       Loc lhsL = lhs.castAs<nonloc::LocAsInteger>().getLoc();
       switch (rhs.getSubKind()) {
         case nonloc::LocAsIntegerKind:
-          // FIXME: at the moment the implementation 
+          // FIXME: at the moment the implementation
           // of modeling "pointers as integers" is not complete.
           if (!BinaryOperator::isComparisonOp(op))
-            return UnknownVal();     
+            return UnknownVal();
           return evalBinOpLL(state, op, lhsL,
                              rhs.castAs<nonloc::LocAsInteger>().getLoc(),
                              resultTy);
         case nonloc::ConcreteIntKind: {
-          // FIXME: at the moment the implementation 
+          // FIXME: at the moment the implementation
           // of modeling "pointers as integers" is not complete.
           if (!BinaryOperator::isComparisonOp(op))
             return UnknownVal();