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/012-1/jack.txt | |
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/012-1/jack.txt')
-rw-r--r-- | npc/012-1/jack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index f8e2d38e6..3eaf5cf54 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -123,7 +123,7 @@ L_Loop: mesn; mesq lg("Sorry, son. I know how hard this is. But this is teaching you a valuable lesson, your eye will be more sharp for quality wood from now on."); next; - } + } goto L_Loop; |