mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[Analysis] Add missing newlines at end of file.
llvm-svn: 219439
This commit is contained in:
@@ -43,4 +43,4 @@ public:
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
using namespace clang;
|
||||
|
||||
CodeInjector::CodeInjector() {}
|
||||
CodeInjector::~CodeInjector() {}
|
||||
CodeInjector::~CodeInjector() {}
|
||||
|
||||
@@ -39,4 +39,4 @@ bool ModelConsumer::HandleTopLevelDecl(DeclGroupRef D) {
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,4 +72,4 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user