aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fso-raw
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-06-07 17:19:43 +0200
committerAntonio Ospite <ospite@studenti.unina.it>2010-06-09 12:40:49 +0200
commitd9be6491670bddf32393d68986da2cbfab31b457 (patch)
treed3424c77421af8f17e86ed5572ac7ab72e1a142e /tools/fso-raw
parent36428dda0632cf2666f009185d538d501d42971b (diff)
downloadcornucopia-d9be6491670bddf32393d68986da2cbfab31b457.tar.gz
cornucopia-d9be6491670bddf32393d68986da2cbfab31b457.tar.bz2
cornucopia-d9be6491670bddf32393d68986da2cbfab31b457.zip
Cosmetics: remove trailing spaces
Changes are purely cosmetics, I generated them with this command: find . -type f ! \( -path '*/.git/*' -or -name COPYING \) | \ xargs sed -e 's/[[:blank:]]*$//g' -i I had to take care to not mangle .git objects; this works also because there are no binary files in the repository, if there were any, then some other attentions should have been taken into account. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Diffstat (limited to 'tools/fso-raw')
-rw-r--r--tools/fso-raw/Makefile.decl2
-rw-r--r--tools/fso-raw/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/fso-raw/Makefile.decl b/tools/fso-raw/Makefile.decl
index 20ad96db..31c69513 100644
--- a/tools/fso-raw/Makefile.decl
+++ b/tools/fso-raw/Makefile.decl
@@ -1,6 +1,6 @@
# GLIB - Library of useful C routines
-GTESTER = gtester
+GTESTER = gtester
GTESTER_REPORT = gtester-report
# initialize variables for unconditional += appending
diff --git a/tools/fso-raw/README b/tools/fso-raw/README
index 079aacd5..1a746d1a 100644
--- a/tools/fso-raw/README
+++ b/tools/fso-raw/README
@@ -1,6 +1,6 @@
fso-raw 1.0
=========
* Vala port of fsoraw.
-
+
fsoraw has been written by Nicola Ranaldo after an idea of Jörg Reisenweber.