Yet more tabs to spaces

This commit is contained in:
Jasmine Iwanek
2023-08-14 21:23:54 -04:00
parent 375f69ed61
commit bd6508350b
23 changed files with 5994 additions and 6002 deletions

View File

@@ -19,8 +19,7 @@
#ifndef VIDEO_VOODOO_DITHER_H
#define VIDEO_VOODOO_DITHER_H
static const uint8_t dither_rb[256][4][4] =
{
static const uint8_t dither_rb[256][4][4] = {
{
{0, 0, 0, 0},
{0, 0, 0, 0},
@@ -1559,8 +1558,7 @@ static const uint8_t dither_rb[256][4][4] =
},
};
static const uint8_t dither_g[256][4][4] =
{
static const uint8_t dither_g[256][4][4] = {
{
{0, 0, 0, 0},
{0, 0, 0, 0},
@@ -3099,8 +3097,7 @@ static const uint8_t dither_g[256][4][4] =
},
};
static const uint8_t dither_rb2x2[256][2][2] =
{
static const uint8_t dither_rb2x2[256][2][2] = {
{
{0, 0},
{0, 0},
@@ -4127,8 +4124,7 @@ static const uint8_t dither_rb2x2[256][2][2] =
},
};
static const uint8_t dither_g2x2[256][2][2] =
{
static const uint8_t dither_g2x2[256][2][2] = {
{
{0, 0},
{0, 0},
@@ -5156,8 +5152,7 @@ static const uint8_t dither_g2x2[256][2][2] =
};
/* Dither subtraction */
static const uint8_t dithersub_rb[256][4][4] =
{
static const uint8_t dithersub_rb[256][4][4] = {
{
{0, 0, 0, 0},
{0, 0, 0, 0},
@@ -6696,8 +6691,7 @@ static const uint8_t dithersub_rb[256][4][4] =
},
};
static const uint8_t dithersub_g[256][4][4] =
{
static const uint8_t dithersub_g[256][4][4] = {
{
{0, 0, 0, 0},
{0, 0, 0, 0},
@@ -8236,8 +8230,7 @@ static const uint8_t dithersub_g[256][4][4] =
},
};
static const uint8_t dithersub_g2x2[256][2][2] =
{
static const uint8_t dithersub_g2x2[256][2][2] = {
{
{0, 0},
{0, 0},
@@ -9264,8 +9257,7 @@ static const uint8_t dithersub_g2x2[256][2][2] =
},
};
static const uint8_t dithersub_rb2x2[256][2][2] =
{
static const uint8_t dithersub_rb2x2[256][2][2] = {
{
{0, 0},
{0, 0},