summaryrefslogtreecommitdiff
path: root/pango-view/viewer-main.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-16 20:20:35 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-16 20:20:35 +0000
commita0225fbf560de93c7b41acf9dbf01c9d99173af9 (patch)
treebb8f58010c8801a27545728393253b6c4722c6c4 /pango-view/viewer-main.c
parent0ee36da9691c2311d2134fd61f222ea3bed5827e (diff)
downloadpango-a0225fbf560de93c7b41acf9dbf01c9d99173af9.tar.gz
*.c, *.h: Replace preceding sequences of 8 spaces with tabs.
2007-01-16 Behdad Esfahbod <behdad@gnome.org> *.c, *.h: Replace preceding sequences of 8 spaces with tabs. svn path=/trunk/; revision=2165
Diffstat (limited to 'pango-view/viewer-main.c')
-rw-r--r--pango-view/viewer-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango-view/viewer-main.c b/pango-view/viewer-main.c
index 4ec70f02..f3d93df4 100644
--- a/pango-view/viewer-main.c
+++ b/pango-view/viewer-main.c
@@ -104,7 +104,7 @@ main (int argc,
title = get_options_string ();
if (view->display)
- {
+ {
gpointer window = NULL;
gpointer state = NULL;
@@ -124,7 +124,7 @@ main (int argc,
view->destroy_window (instance, window);
}
else
- {
+ {
int fd;
FILE *stream;
const gchar *display_argv[5] = {"display", "-title", "%s", "-"};