mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 11:30:45 -05:00
idle-monitor-native: Reindent
This commit is contained in:
parent
94692414cb
commit
617b00dfbd
@ -113,10 +113,10 @@ free_watch (gpointer data)
|
|||||||
|
|
||||||
static MetaIdleMonitorWatch *
|
static MetaIdleMonitorWatch *
|
||||||
meta_idle_monitor_native_make_watch (MetaIdleMonitor *monitor,
|
meta_idle_monitor_native_make_watch (MetaIdleMonitor *monitor,
|
||||||
guint64 timeout_msec,
|
guint64 timeout_msec,
|
||||||
MetaIdleMonitorWatchFunc callback,
|
MetaIdleMonitorWatchFunc callback,
|
||||||
gpointer user_data,
|
gpointer user_data,
|
||||||
GDestroyNotify notify)
|
GDestroyNotify notify)
|
||||||
{
|
{
|
||||||
MetaIdleMonitorWatchNative *watch_native;
|
MetaIdleMonitorWatchNative *watch_native;
|
||||||
MetaIdleMonitorWatch *watch;
|
MetaIdleMonitorWatch *watch;
|
||||||
|
Loading…
Reference in New Issue
Block a user