diff options
author | Haru <haru@dotalux.com> | 2014-05-13 13:28:41 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-13 13:31:10 +0200 |
commit | 00d900104ff6f4b04ded3f83d30d04b779b5754b (patch) | |
tree | f4acb191a02bdaab06436f2e7c67be2fccdf2213 /npc/pre-re/guides | |
parent | ddc16a0da2c7ce270b60769c9df35a39f587e4d2 (diff) | |
download | hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.gz hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.bz2 hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.xz hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.zip |
Fixed several files with a missing EOL at EOF
- All text files should end with an EOL. Period.
- See http://robots.thoughtbot.com/no-newline-at-end-of-file for info
on how to configure the most common text editors to do it
automatically for you.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/pre-re/guides')
-rw-r--r-- | npc/pre-re/guides/guides_alberta.txt | 2 | ||||
-rw-r--r-- | npc/pre-re/guides/guides_moscovia.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/guides/guides_alberta.txt b/npc/pre-re/guides/guides_alberta.txt index ebdc144e9..f4a0d12ce 100644 --- a/npc/pre-re/guides/guides_alberta.txt +++ b/npc/pre-re/guides/guides_alberta.txt @@ -154,4 +154,4 @@ alberta,23,238,4 script Guide#alb::AlbGuide 8W_SOLDIER,{ end; } -alberta,120,60,3 duplicate(AlbGuide) Guide#2alb 8W_SOLDIER
\ No newline at end of file +alberta,120,60,3 duplicate(AlbGuide) Guide#2alb 8W_SOLDIER diff --git a/npc/pre-re/guides/guides_moscovia.txt b/npc/pre-re/guides/guides_moscovia.txt index b71f35006..49975358f 100644 --- a/npc/pre-re/guides/guides_moscovia.txt +++ b/npc/pre-re/guides/guides_moscovia.txt @@ -87,4 +87,4 @@ moscovia,161,76,4 script Moscovia Guide#mosk 4_F_RUSWOMAN1,{ mes "Take care."; close; } -}
\ No newline at end of file +} |