big header formatting cleanup: indentation, vtable formatting, consistent
[platform/upstream/glib.git] / gio / gnativevolumemonitor.h
index d6a9105..9c859fe 100644 (file)
@@ -16,20 +16,21 @@ G_BEGIN_DECLS
 typedef struct _GNativeVolumeMonitor      GNativeVolumeMonitor;
 typedef struct _GNativeVolumeMonitorClass GNativeVolumeMonitorClass;
 
-struct _GNativeVolumeMonitor {
+struct _GNativeVolumeMonitor
+{
   GVolumeMonitor parent_instance;
 };
 
-struct _GNativeVolumeMonitorClass {
+struct _GNativeVolumeMonitorClass
+{
   GVolumeMonitorClass parent_class;
 
-  GMount * (*get_mount_for_mount_path) (const char *mount_path,
-                                       GCancellable *cancellable);
+  GMount * (* get_mount_for_mount_path) (const char   *mount_path,
+                                         GCancellable *cancellable);
 };
 
 GType g_native_volume_monitor_get_type (void) G_GNUC_CONST;
 
-
 G_END_DECLS
 
 #endif /* __G_NATIVE_VOLUME_MONITOR_H__ */