diff options
author | Michael Terry <michael.terry@canonical.com> | 2014-04-18 13:41:44 -0400 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2014-04-18 13:41:44 -0400 |
commit | 05c6df41b18d44b9b3debb567dd551e356cd0694 (patch) | |
tree | c183f9a5999a2246cf2e272c8357a79a1ee13cab | |
parent | d0c4fa8edbe45b99ee91d26f8fc5a16f08fa4c28 (diff) | |
download | ayatana-indicator-sound-05c6df41b18d44b9b3debb567dd551e356cd0694.tar.gz ayatana-indicator-sound-05c6df41b18d44b9b3debb567dd551e356cd0694.tar.bz2 ayatana-indicator-sound-05c6df41b18d44b9b3debb567dd551e356cd0694.zip |
Whitespace change
-rw-r--r-- | src/volume-control.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/volume-control.vala b/src/volume-control.vala index 2a10917..2efa186 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -525,7 +525,7 @@ public class VolumeControl : Object _local_volume_timer = 0; if (_send_next_local_volume) { _send_next_local_volume = false; - start_local_volume_timer(); + start_local_volume_timer (); } return false; // G_SOURCE_REMOVE } |