Skip to content

Commit 6b39578

Browse files
authored
fix(typo): Fix excess empty lines at the end of files (endless-sky#10294)
1 parent 33bf24d commit 6b39578

File tree

15 files changed

+0
-16
lines changed

15 files changed

+0
-16
lines changed

data/coalition/coalition.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1695,4 +1695,3 @@ phrase "hostile disabled lunarium"
16951695
word
16961696
"."
16971697
"!"
1698-

data/drak/drak outfits.txt

-1
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,3 @@ effect "antimatter dust"
316316
"random spin" 50
317317
"random velocity" 12
318318
"velocity scale" .1
319-

data/hai/hai jobs.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2099,4 +2099,3 @@ mission "Superstitious Hai [12]"
20992099
"reputation: Hai Merchant (Human)" += 3
21002100
"reputation: Hai Merchant (Sympathizers)" += 3
21012101
dialog phrase "generic passenger dropoff payment"
2102-

data/hai/hai missions.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2032,4 +2032,3 @@ mission "Hai Pilgrimage"
20322032
`Hareek was quite tight-lipped about what he planned to do once on <planet>. The most you could get out of him was more stories about his past as a military pilot. Once you land, Hareek jumps off your ship, moving surprisingly fast for his age.`
20332033
`"Thank you, Captain, for making this journey. I apologize for not telling you more about me; the work I do is not something that I can reveal to any human who asks." He hands you <payment> and moves away. The surrounding Unfettered appear almost awed by his presence and consequentially give you a wide berth.`
20342034
log "Minor People" "Hareek" `An old Hai who claims to foresee the future. Dropped him off in Unfettered space so he could spread his message there. He appears to be well-respected amongst the Unfettered.`
2035-

data/hai/hai reveal 6 end.txt

-1
Original file line numberDiff line numberDiff line change
@@ -631,4 +631,3 @@ event "hai-human resolution announced"
631631
remove fleet "Smuggler (Hai Traffickers)"
632632
system "Almach"
633633
remove fleet "Smuggler (Hai Traffickers)"
634-

data/korath/korath missions.txt

-1
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,3 @@ mission "Efreti: Distress Call 8"
576576
` You approach one of the Quarg in the spaceport and request assistance with the data chip. It stops and acknowledges you, but doesn't speak. It pauses for a few moments after you make your request, but then holds out its hand. Taking the data chip, it slots it into a communicator of some sort, slowly nods to itself, and hands it back to you.`
577577
` You return to your ship and try plugging the chip into your systems again, which now displays two files: one in the Korath language, and one in your own. You open the file in your language, and it reads: "The <EDC-ship> is a ship of grief, bringing great pain in memories that sing for generations. Love is a void in the souls of many. Know all that <first> <last> is a true Efret by heart, if not by skin. The <EDC-ship> is theirs, to save lives and keep memories."`
578578
` You carefully store the chip in a safe place.`
579-

data/rulei/rulei ships.txt

-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ ship "vyu-Ir"
8585
explode "tiny explosion" 120
8686
"final explode" "final explosion large"
8787
description `The vyu-Ir is an ancient ship of the Vyu, one of several chambers of the Rulei. It is not known whether or not this was their final ship-class, or one of many, but the technology found on it may represent the height of the Rulei's advancements, as well as the cause of their downfall.`
88-

license.txt

-1
Original file line numberDiff line numberDiff line change
@@ -672,4 +672,3 @@ may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674674
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
675-

source/AmmoDisplay.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,3 @@ bool AmmoDisplay::Click(const Rectangle &clickBox)
151151
}
152152
return reselected;
153153
}
154-

source/ItemInfoDisplay.h

-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ class ItemInfoDisplay {
8080

8181

8282
#endif
83-

source/comparators/ByName.h

-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ class ByDisplayName {
3939
};
4040

4141
#endif
42-

tests/integration/config/plugins/integration-tests/data/tests/tests_flagship_attribute_autoconditions.txt

-2
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,3 @@ test "Flagship Attribute Autoconditions"
170170
"flagship attribute: heat generation" == 32300
171171
"flagship attribute: outfit space" == 0
172172
"flagship attribute: weapon capacity" == 58000
173-
174-

tests/integration/config/plugins/integration-tests/data/tests/tests_landing.txt

-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ test "Landing in a system with multiple planets"
4242
call "Land"
4343
assert
4444
"flagship planet: Earth" == 1
45-

tests/unit/include/catch.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -17967,4 +17967,3 @@ using Catch::Detail::Approx;
1796717967
// end catch_reenable_warnings.h
1796817968
// end catch.hpp
1796917969
#endif // TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
17970-

utils/korath-cipher.py

-1
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,3 @@
140140
print("EXILE: "+" ".join(exiles))
141141
print("EFRETI: "+" ".join(efretis))
142142
print("")
143-

0 commit comments

Comments
 (0)