diff options
author | Eric Christopher <echristo@apple.com> | 2010-03-20 01:19:04 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-03-20 01:19:04 +0000 |
commit | ff4417bbf993d1695567ce8672a2c19f6f48f557 (patch) | |
tree | 4766614b57eb855f8dfe15606316c0d670dbed7c | |
parent | 3dab29a0b28c45ff6e7c061249c331edbb4b488d (diff) |
Add a newline at the end of the file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99026 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Headers/varargs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/varargs.h b/lib/Headers/varargs.h index 7ae312ecf2..b5477d0a6a 100644 --- a/lib/Headers/varargs.h +++ b/lib/Headers/varargs.h @@ -23,4 +23,4 @@ #ifndef __VARARGS_H #define __VARARGS_H #error "Please use <stdarg.h> instead of <varargs.h>" -#endif
\ No newline at end of file +#endif |