module-rescue-streams: Fix tab used for identation

This commit is contained in:
João Paulo Rechi Vita 2018-08-07 20:39:23 -07:00 committed by Tanu Kaskinen
parent b15f12ef66
commit 723ae5119e

View file

@ -136,7 +136,7 @@ static pa_sink* find_evacuation_sink(pa_core *c, pa_sink_input *i, pa_sink *skip
target = fb_sink;
if (!target)
pa_log_debug("No evacuation sink found.");
pa_log_debug("No evacuation sink found.");
return target;
}