mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-09 14:19:14 +00:00
server: replace syntax-check reported tabs with spaces
This commit is contained in:
parent
078742b0ee
commit
eab78033a6
@ -38,7 +38,7 @@ enum {
|
||||
static inline int bitmap_fmt_is_rgb(uint8_t fmt)
|
||||
{
|
||||
static const int BITMAP_FMT_IS_RGB[SPICE_BITMAP_FMT_ENUM_END] =
|
||||
{0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1};
|
||||
{0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1};
|
||||
|
||||
if (fmt >= SPICE_BITMAP_FMT_ENUM_END) {
|
||||
spice_warning("fmt >= SPICE_BITMAP_FMT_ENUM_END");
|
||||
|
||||
@ -6361,7 +6361,7 @@ static inline int red_compress_image(DisplayChannelClient *dcc,
|
||||
} else {
|
||||
if (drawable->copy_bitmap_graduality == BITMAP_GRADUAL_INVALID) {
|
||||
quic_compress = BITMAP_FMT_HAS_GRADUALITY(src->format) &&
|
||||
(_get_bitmap_graduality_level(display_channel->common.worker, src,
|
||||
(_get_bitmap_graduality_level(display_channel->common.worker, src,
|
||||
drawable->group_id) ==
|
||||
BITMAP_GRADUAL_HIGH);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user