summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 15:03:38 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commit02d56750bda532e9a0b4e4d9efcde82ae44fdc38 (patch)
treeb230d0fae6de66fd79a92212144bc00a6c9b3f54 /tools
parent8ab7c4535a884d301cfc8b02c855df36c0cf0e5b (diff)
downloadspice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.tar.gz
spice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.tar.xz
spice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.zip
Remove trailing blank lines
Remove any blank lines at the end of all source files
Diffstat (limited to 'tools')
-rw-r--r--tools/bitmap_to_c.c1
-rw-r--r--tools/icon_to_c.c1
-rw-r--r--tools/reds_stat.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/bitmap_to_c.c b/tools/bitmap_to_c.c
index cafcc59b..7e9b303f 100644
--- a/tools/bitmap_to_c.c
+++ b/tools/bitmap_to_c.c
@@ -392,4 +392,3 @@ int main(int argc, char **argv)
}
return pixmap_to_c_struct(pixmap, dest, struct_name, alpha_convertion);
}
-
diff --git a/tools/icon_to_c.c b/tools/icon_to_c.c
index 8a88fffb..0957c2b0 100644
--- a/tools/icon_to_c.c
+++ b/tools/icon_to_c.c
@@ -374,4 +374,3 @@ int main(int argc, char **argv)
return icon_to_c_struct(icon, dest, struct_name);
}
-
diff --git a/tools/reds_stat.c b/tools/reds_stat.c
index 09b0d09f..3ff13c8f 100644
--- a/tools/reds_stat.c
+++ b/tools/reds_stat.c
@@ -129,4 +129,3 @@ error1:
free(shm_name);
return ret;
}
-