]> granicus.if.org Git - clang/commitdiff
Test commit
authorPierre Gousseau <pierregousseau14@gmail.com>
Thu, 26 Nov 2015 22:08:58 +0000 (22:08 +0000)
committerPierre Gousseau <pierregousseau14@gmail.com>
Thu, 26 Nov 2015 22:08:58 +0000 (22:08 +0000)
Remove tabs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254181 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp

index eab97560dbc8de12c85b4ea37b1af1669cfb117b..60f16188bcf891e208faa0a57714e36731f8e634 100644 (file)
@@ -86,8 +86,7 @@ public:
   // Helpers.
   bool checkCall_strCommon(const CallExpr *CE, const FunctionDecl *FD);
 
-  typedef void (WalkAST::*FnCheck)(const CallExpr *,
-                                  const FunctionDecl *);
+  typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *);
 
   // Checker-specific methods.
   void checkLoopConditionForFloat(const ForStmt *FS);