indent to follow coding style

This commit is contained in:
marschap
2006-04-26 09:59:54 +00:00
parent e43b741795
commit 3c8146daed
+17 -17
View File
@@ -998,7 +998,7 @@ CFontzPacket_icon (Driver *drvthis, int x, int y, int icon)
{ {
PrivateData *p = drvthis->private_data; PrivateData *p = drvthis->private_data;
static unsigned char heart_open[] = static unsigned char heart_open[] =
{ b__XXXXX, { b__XXXXX,
b__X_X_X, b__X_X_X,
b_______, b_______,
@@ -1007,7 +1007,7 @@ static unsigned char heart_open[] =
b__X___X, b__X___X,
b__XX_XX, b__XX_XX,
b__XXXXX }; b__XXXXX };
static unsigned char heart_filled[] = static unsigned char heart_filled[] =
{ b__XXXXX, { b__XXXXX,
b__X_X_X, b__X_X_X,
b___X_X_, b___X_X_,
@@ -1016,7 +1016,7 @@ static unsigned char heart_filled[] =
b__X_X_X, b__X_X_X,
b__XX_XX, b__XX_XX,
b__XXXXX }; b__XXXXX };
static unsigned char arrow_up[] = static unsigned char arrow_up[] =
{ b____X__, { b____X__,
b___XXX_, b___XXX_,
b__X_X_X, b__X_X_X,
@@ -1025,7 +1025,7 @@ static unsigned char arrow_up[] =
b____X__, b____X__,
b____X__, b____X__,
b_______ }; b_______ };
static unsigned char arrow_down[] = static unsigned char arrow_down[] =
{ b____X__, { b____X__,
b____X__, b____X__,
b____X__, b____X__,
@@ -1034,8 +1034,8 @@ static unsigned char arrow_down[] =
b___XXX_, b___XXX_,
b____X__, b____X__,
b_______ }; b_______ };
/* /*
static unsigned char arrow_left[] = static unsigned char arrow_left[] =
{ b_______, { b_______,
b____X__, b____X__,
b___X___, b___X___,
@@ -1044,7 +1044,7 @@ static unsigned char arrow_left[] =
b____X__, b____X__,
b_______, b_______,
b_______ }; b_______ };
static unsigned char arrow_right[] = static unsigned char arrow_right[] =
{ b_______, { b_______,
b____X__, b____X__,
b_____X_, b_____X_,
@@ -1053,8 +1053,8 @@ static unsigned char arrow_right[] =
b____X__, b____X__,
b_______, b_______,
b_______ }; b_______ };
*/ */
static unsigned char checkbox_off[] = static unsigned char checkbox_off[] =
{ b_______, { b_______,
b_______, b_______,
b__XXXXX, b__XXXXX,
@@ -1063,7 +1063,7 @@ static unsigned char checkbox_off[] =
b__X___X, b__X___X,
b__XXXXX, b__XXXXX,
b_______ }; b_______ };
static unsigned char checkbox_on[] = static unsigned char checkbox_on[] =
{ b____X__, { b____X__,
b____X__, b____X__,
b__XXX_X, b__XXX_X,
@@ -1072,7 +1072,7 @@ static unsigned char checkbox_on[] =
b__X___X, b__X___X,
b__XXXXX, b__XXXXX,
b_______ }; b_______ };
static unsigned char checkbox_gray[] = static unsigned char checkbox_gray[] =
{ b_______, { b_______,
b_______, b_______,
b__XXXXX, b__XXXXX,
@@ -1081,8 +1081,8 @@ static unsigned char checkbox_gray[] =
b__X_X_X, b__X_X_X,
b__XXXXX, b__XXXXX,
b_______ }; b_______ };
/* /*
static unsigned char selector_left[] = static unsigned char selector_left[] =
{ b___X___, { b___X___,
b___XX__, b___XX__,
b___XXX_, b___XXX_,
@@ -1091,7 +1091,7 @@ static unsigned char selector_left[] =
b___XX__, b___XX__,
b___X___, b___X___,
b_______ }; b_______ };
static unsigned char selector_right[] = static unsigned char selector_right[] =
{ b_____X_, { b_____X_,
b____XX_, b____XX_,
b___XXX_, b___XXX_,
@@ -1100,7 +1100,7 @@ static unsigned char selector_right[] =
b____XX_, b____XX_,
b_____X_, b_____X_,
b_______ }; b_______ };
static unsigned char ellipsis[] = static unsigned char ellipsis[] =
{ b_______, { b_______,
b_______, b_______,
b_______, b_______,
@@ -1109,7 +1109,7 @@ static unsigned char ellipsis[] =
b_______, b_______,
b__X_X_X, b__X_X_X,
b_______ }; b_______ };
static unsigned char block_filled[] = static unsigned char block_filled[] =
{ b__XXXXX, { b__XXXXX,
b__XXXXX, b__XXXXX,
b__XXXXX, b__XXXXX,
@@ -1118,7 +1118,7 @@ static unsigned char block_filled[] =
b__XXXXX, b__XXXXX,
b__XXXXX, b__XXXXX,
b__XXXXX }; b__XXXXX };
*/ */
/* Yes we know, this is a VERY BAD implementation :-) */ /* Yes we know, this is a VERY BAD implementation :-) */
switch (icon) { switch (icon) {