mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-19 14:58:40 +00:00
fix indentation
Fix indentation for spice_debug call. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
3fdc1775a6
commit
994099dd3d
@ -84,8 +84,8 @@ void stream_stop(DisplayChannel *display, Stream *stream)
|
||||
|
||||
if (stream_bit_rate > dcc->streams_max_bit_rate) {
|
||||
spice_debug("old max-bit-rate=%.2f new=%.2f",
|
||||
dcc->streams_max_bit_rate / 8.0 / 1024.0 / 1024.0,
|
||||
stream_bit_rate / 8.0 / 1024.0 / 1024.0);
|
||||
dcc->streams_max_bit_rate / 8.0 / 1024.0 / 1024.0,
|
||||
stream_bit_rate / 8.0 / 1024.0 / 1024.0);
|
||||
dcc->streams_max_bit_rate = stream_bit_rate;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user