4 Apr
2011
4 Apr
'11
12:12 p.m.
Dear Sudarshan,
Am Montag, den 04.04.2011, 11:53 +0300 schrieb sudarshan.bisht@nokia.com:
[…]
diff --git a/src/mixer/simple_abst.c b/src/mixer/simple_abst.c index 9e9aaf5..dd0dfa3 100644 --- a/src/mixer/simple_abst.c +++ b/src/mixer/simple_abst.c @@ -336,6 +336,8 @@ int snd_mixer_simple_basic_register(snd_mixer_t *mixer, err = find_module(class, top); if (err >= 0) err = snd_mixer_attach_hctl(mixer, priv->hctl);
if (err < 0)
goto __error;
There are still trailing white spaces at the end of both lines. The following command should show these to you with red color.
git log -p --color-words
if (err >= 0) { priv->attach_flag = 1; err = snd_mixer_class_register(class, mixer);
Thanks,
Paul