From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/Galaxy.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Stars45/Galaxy.cpp') diff --git a/Stars45/Galaxy.cpp b/Stars45/Galaxy.cpp index 543693c..f59b2af 100644 --- a/Stars45/Galaxy.cpp +++ b/Stars45/Galaxy.cpp @@ -144,7 +144,7 @@ Galaxy::Load(const char* filename) do { delete term; term = parser.ParseTerm(); - + if (term) { TermDef* def = term->isDef(); if (def) { @@ -166,7 +166,7 @@ Galaxy::Load(const char* filename) int star_class = Star::G; sys_name[0] = 0; - + for (int i = 0; i < val->elements()->size(); i++) { TermDef* pdef = val->elements()->at(i)->isDef(); if (pdef) { @@ -222,7 +222,7 @@ Galaxy::Load(const char* filename) int star_class = Star::G; star_name[0] = 0; - + for (int i = 0; i < val->elements()->size(); i++) { TermDef* pdef = val->elements()->at(i)->isDef(); if (pdef) { -- cgit v1.1