ソースを参照

Test commit
Remove tabs.

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

Pierre Gousseau 9 年 前
コミット
bbdf08fb39
1 ファイル変更1 行追加2 行削除
  1. 1 2
      lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp

+ 1 - 2
lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp

@@ -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);