Whitespace cleanups.

2008-01-21  Matthias Clasen  <mclasen@redhat.com>

        * glocal*.c:
        * gvolumemanager.c: Whitespace cleanups.

        * glocalfileoutputsteam.c (_g_local_file_output_stream_create):
        Use the right mode when creating the file.



svn path=/trunk/; revision=6341
This commit is contained in:
Matthias Clasen
2008-01-21 14:02:19 +00:00
committed by Matthias Clasen
parent 5fbfef4cb7
commit 54300dde6d
9 changed files with 65 additions and 65 deletions

View File

@@ -110,8 +110,7 @@ g_local_file_monitor_finalize (GObject *object)
(*G_OBJECT_CLASS (g_local_file_monitor_parent_class)->finalize) (object);
}
static void
g_local_file_monitor_class_init (GLocalFileMonitorClass* klass)
static void g_local_file_monitor_class_init (GLocalFileMonitorClass *klass)
{
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
@@ -177,7 +176,7 @@ get_default_local_file_monitor (gpointer data)
klass = G_LOCAL_FILE_MONITOR_CLASS (g_type_class_ref (monitor_impls[i]));
if (klass->is_supported())
if (klass->is_supported ())
{
chosen_class = klass;
break;