Skip to content
Snippets Groups Projects
Commit edfae441 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

[Analysis] Add missing newlines at end of file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219439 91177308-0d34-0410-b5e6-96231b3b80d8
parent e136c9db
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,4 @@ public:
};
}
#endif
\ No newline at end of file
#endif
......@@ -12,4 +12,4 @@
using namespace clang;
CodeInjector::CodeInjector() {}
CodeInjector::~CodeInjector() {}
\ No newline at end of file
CodeInjector::~CodeInjector() {}
......@@ -39,4 +39,4 @@ bool ModelConsumer::HandleTopLevelDecl(DeclGroupRef D) {
}
}
return true;
}
\ No newline at end of file
}
......@@ -72,4 +72,4 @@ private:
}
}
#endif
\ No newline at end of file
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment