diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-04 12:40:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-04 12:40:55 -0300 |
commit | 481e786fbb6f03e23d1d4f0c56509f677881b4ec (patch) | |
tree | 680a6b75d3553e209a0e4b60391d2833a5145546 /npc/017-4 | |
parent | 9001ebdb56bfe0e2c5fddf55c48268681654f6b3 (diff) | |
download | serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.gz serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.bz2 serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.xz serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.zip |
Remove every trailing whitespace
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
Diffstat (limited to 'npc/017-4')
-rw-r--r-- | npc/017-4/pihro.txt | 2 | ||||
-rw-r--r-- | npc/017-4/pyndragon.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index 804742109..5bec27b9a 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -62,7 +62,7 @@ speech S_FIRST_BLANK_LINE,// | S_LAST_NEXT, l("You don't have enough material, sorry."); } - return; + return; } mesn; mesq l("Hello there! I make bullets for the weapons my friend Pyndragon makes."); diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index 4151cb951..41901733b 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -49,7 +49,7 @@ speech S_FIRST_BLANK_LINE,// | S_LAST_NEXT, l("You don't have enough material, sorry."); } - return; + return; } mesn; |