diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 03:44:35 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 03:44:35 +0000 |
commit | 9b18469c6c904003bc2c31dff333538ba59577cc (patch) | |
tree | 142ee7b1dec969b025b43519642e3192f563f685 /src | |
parent | 4c9994514b1a560ea94c8210685aced085f85e82 (diff) | |
download | hercules-9b18469c6c904003bc2c31dff333538ba59577cc.tar.gz hercules-9b18469c6c904003bc2c31dff333538ba59577cc.tar.bz2 hercules-9b18469c6c904003bc2c31dff333538ba59577cc.tar.xz hercules-9b18469c6c904003bc2c31dff333538ba59577cc.zip |
- Added a blank line at EOF to make SVN and some compilers happy. (bugreport:5107)
- Removed trailing tabs in /doc/script_commands.txt
- Set svn:eol-style=native for some recently added text files (follow up to r15009).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15043 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r-- | src/map/RRConfig/Data/Const.h | 2 | ||||
-rw-r--r-- | src/map/RRConfig/Renewal.h | 2 | ||||
-rw-r--r-- | src/map/RRConfig/Secure.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/map/RRConfig/Data/Const.h b/src/map/RRConfig/Data/Const.h index 6da8cdf13..d52c69034 100644 --- a/src/map/RRConfig/Data/Const.h +++ b/src/map/RRConfig/Data/Const.h @@ -30,4 +30,4 @@ /**
* End of File
**/
-#endif
\ No newline at end of file +#endif
diff --git a/src/map/RRConfig/Renewal.h b/src/map/RRConfig/Renewal.h index db5a99008..1888d3bc4 100644 --- a/src/map/RRConfig/Renewal.h +++ b/src/map/RRConfig/Renewal.h @@ -50,4 +50,4 @@ /**
* End of File
**/
-#endif
\ No newline at end of file +#endif
diff --git a/src/map/RRConfig/Secure.h b/src/map/RRConfig/Secure.h index 1288b259f..44eea2668 100644 --- a/src/map/RRConfig/Secure.h +++ b/src/map/RRConfig/Secure.h @@ -33,4 +33,4 @@ /**
* End of File
**/
-#endif
\ No newline at end of file +#endif
|