mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
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:
committed by
Matthias Clasen
parent
5fbfef4cb7
commit
54300dde6d
@@ -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;
|
||||
|
Reference in New Issue
Block a user