From b0babf1fab9b3e74f32de4635dd9eed78cccfc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Sun, 23 Jan 2011 18:37:25 +0100 Subject: more indentation fixes... --- src/indicator-sound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/indicator-sound.c') diff --git a/src/indicator-sound.c b/src/indicator-sound.c index e94526b..8e86f8b 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -698,9 +698,9 @@ update_state_from_volume(gdouble volume_percent) { gint state = determine_state_from_volume(volume_percent); if (state == STATE_INVALID) - return; + return; - update_state(state); + update_state(state); } static gboolean -- cgit v1.2.3