Fix up some double spaces

This commit is contained in:
Maarten Bosmans 2011-03-12 19:45:02 +01:00 committed by Colin Guthrie
parent efcddf68c7
commit 684b89c639
38 changed files with 75 additions and 76 deletions

View file

@ -193,7 +193,7 @@ static int parse_device_property(pa_bluetooth_discovery *y, pa_bluetooth_device
dbus_message_iter_get_basic(i, &key);
if (!dbus_message_iter_next(i)) {
if (!dbus_message_iter_next(i)) {
pa_log("Property value missing");
return -1;
}
@ -323,7 +323,7 @@ static int parse_audio_property(pa_bluetooth_discovery *u, int *state, DBusMessa
dbus_message_iter_get_basic(i, &key);
if (!dbus_message_iter_next(i)) {
if (!dbus_message_iter_next(i)) {
pa_log("Property value missing");
return -1;
}