Skip to content

Commit

Permalink
CREDITS: Properly sync trailing whitespace changes in all files
Browse files Browse the repository at this point in the history
This was initially only done for the AUTHORS file in commit f50715a
  • Loading branch information
bluegr committed Oct 28, 2014
1 parent 338f3dc commit c18dba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/credits.pl
Expand Up @@ -1205,7 +1205,7 @@ sub add_paragraph {
add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
add_person("Henrik Engqvist", "qvist", "For generously providing hosting for our buildbot, SVN repository, planet and doxygen sites as well as tons of HD space");
add_person("DOSBox Team", "", "For their awesome OPL2 and OPL3 emulator");
add_person("Yusuke Kamiyamane", "", "For contributing some GUI icons ");
add_person("Yusuke Kamiyamane", "", "For contributing some GUI icons");
add_person("Till Kresslein", "Krest", "For design of modern ScummVM GUI");
add_person("", "Jezar", "For his freeverb filter implementation");
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
Expand Down
2 changes: 1 addition & 1 deletion gui/credits.h
Expand Up @@ -810,7 +810,7 @@ static const char *credits[] = {
"C0""DOSBox Team",
"C2""For their awesome OPL2 and OPL3 emulator",
"C0""Yusuke Kamiyamane",
"C2""For contributing some GUI icons ",
"C2""For contributing some GUI icons",
"C0""Till Kresslein",
"C2""For design of modern ScummVM GUI",
"C0""Jezar",
Expand Down

0 comments on commit c18dba1

Please sign in to comment.