summaryrefslogtreecommitdiffstats
path: root/server/red_common.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-03 14:56:56 +0300
committerAlon Levy <alevy@redhat.com>2012-09-03 14:56:56 +0300
commiteab78033a61001b01cfe79e6d9e49bdb45ff89fe (patch)
tree0851ea7f0cbc6449806f3b0f17fef9b5bcbe65b4 /server/red_common.h
parent078742b0ee05120c5f7a6f06d117ce10c68afe7a (diff)
downloadspice-eab78033a61001b01cfe79e6d9e49bdb45ff89fe.tar.gz
spice-eab78033a61001b01cfe79e6d9e49bdb45ff89fe.tar.xz
spice-eab78033a61001b01cfe79e6d9e49bdb45ff89fe.zip
server: replace syntax-check reported tabs with spaces
Diffstat (limited to 'server/red_common.h')
-rw-r--r--server/red_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_common.h b/server/red_common.h
index 478b56a4..c563bc03 100644
--- a/server/red_common.h
+++ b/server/red_common.h
@@ -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");