source: Fix an indentation mistake

This commit is contained in:
Tanu Kaskinen 2013-06-26 21:21:00 +03:00
parent c005ec79f7
commit d00d5b6611

View file

@ -229,7 +229,7 @@ struct pa_source {
uint32_t volume_change_safety_margin;
/* Usec delay added to all volume change events, may be negative. */
int32_t volume_change_extra_delay;
} thread_info;
} thread_info;
void *userdata;
};