diff options
Diffstat (limited to 'gio/glocalfile.h')
-rw-r--r-- | gio/glocalfile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gio/glocalfile.h b/gio/glocalfile.h index cfb1fb835..abb36fa8e 100644 --- a/gio/glocalfile.h +++ b/gio/glocalfile.h @@ -1,5 +1,5 @@ /* GIO - GLib Input, Output and Streaming Library - * + * * Copyright (C) 2006-2007 Red Hat, Inc. * * This library is free software; you can redistribute it and/or @@ -42,9 +42,9 @@ struct _GLocalFileClass GObjectClass parent_class; }; -GType _g_local_file_get_type (void) G_GNUC_CONST; - -GFile * _g_local_file_new (const char *filename); +GType _g_local_file_get_type (void) G_GNUC_CONST; + +GFile * _g_local_file_new (const char *filename); G_END_DECLS |