[gnome-media] Fix spaces
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-media] Fix spaces
- Date: Mon, 20 Jul 2009 12:26:09 +0000 (UTC)
commit fdb9963e617e3467cb183494ce4508e1d4dd5edf
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jul 20 13:25:45 2009 +0100
Fix spaces
We don't use tabs in gnome-volume-control...
gnome-volume-control/src/gvc-mixer-control.c | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gnome-volume-control/src/gvc-mixer-control.c b/gnome-volume-control/src/gvc-mixer-control.c
index 450f74b..c78d30e 100644
--- a/gnome-volume-control/src/gvc-mixer-control.c
+++ b/gnome-volume-control/src/gvc-mixer-control.c
@@ -878,22 +878,22 @@ update_cards (GvcMixerControl *control,
const pa_card_info *info)
{
#if 1
- guint i;
+ guint i;
g_debug ("Updating card: index=%u name='%s'",
info->index,
info->name);
- g_debug ("Adding card %s:", info->name);
- for (i = 0; i < info->n_profiles; i++) {
- struct pa_card_profile_info pi = info->profiles[i];
- gboolean is_default;
+ g_debug ("Adding card %s:", info->name);
+ for (i = 0; i < info->n_profiles; i++) {
+ struct pa_card_profile_info pi = info->profiles[i];
+ gboolean is_default;
- is_default = (g_strcmp0 (pi.name, info->active_profile->name) == 0);
- g_debug ("\tProfile '%s': %d sources %d sinks%s",
- pi.name, pi.n_sources, pi.n_sinks,
- is_default ? " (Current)" : "");
- }
+ is_default = (g_strcmp0 (pi.name, info->active_profile->name) == 0);
+ g_debug ("\tProfile '%s': %d sources %d sinks%s",
+ pi.name, pi.n_sources, pi.n_sinks,
+ is_default ? " (Current)" : "");
+ }
#endif
g_hash_table_insert (control->priv->cards,
GUINT_TO_POINTER (info->index),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]