summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-01-03 11:12:31 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-01-03 11:12:31 +0000
commit5cebdcd06b73ebf957d52b6a7a048937b146c9cd (patch)
treeadd76f949383e761edb4ba41880a7c6cae73ba08 /apps
parent05778b501d7dfa0d6e55d779a577db9581774e2d (diff)
downloadrockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.gz
rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.zip
More tabs removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/lib/codeclib.h2
-rw-r--r--apps/plugins/beatbox/beatbox.c4
-rw-r--r--apps/plugins/goban/goban.h16
3 files changed, 11 insertions, 11 deletions
diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h
index aeae5d6369..517264f3a5 100644
--- a/apps/codecs/lib/codeclib.h
+++ b/apps/codecs/lib/codeclib.h
@@ -97,7 +97,7 @@ static inline unsigned int bs_generic(unsigned int v, int mode)
r &= 31;
} else {
r = 31 - r;
- /* If mode is constant, this is a single conditional instruction */
+ /* If mode is constant, this is a single conditional instruction */
if (mode & BS_0_0 && (signed)r < 0)
r += 1;
}
diff --git a/apps/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c
index 0974dc3d05..b8e46bcd0c 100644
--- a/apps/plugins/beatbox/beatbox.c
+++ b/apps/plugins/beatbox/beatbox.c
@@ -106,7 +106,7 @@ PLUGIN_IRAM_DECLARE
#define MAX_VOICES 20 // Note: 24 midi channels is the minimum general midi
// spec implementation
-#else // Simulator requires 44100, and we can afford to use more voices
+#else // Simulator requires 44100, and we can afford to use more voices
#define SAMPLE_RATE SAMPR_44
#define MAX_VOICES 48
@@ -120,7 +120,7 @@ PLUGIN_IRAM_DECLARE
#undef SYNC
#ifdef SIMULATOR
- #define SYNC
+ #define SYNC
#endif
struct MIDIfile * mf IBSS_ATTR;
diff --git a/apps/plugins/goban/goban.h b/apps/plugins/goban/goban.h
index e30e14bfe3..b7c083ed0d 100644
--- a/apps/plugins/goban/goban.h
+++ b/apps/plugins/goban/goban.h
@@ -42,13 +42,13 @@
#define CURSOR_COLOR LCD_RGBPACK(222,0,0)
#define MARK_COLOR LCD_RGBPACK(0,0,255)
#elif LCD_DEPTH > 1 /* grayscale */
-#define BOARD_COLOR LCD_LIGHTGRAY
-#define WHITE_COLOR LCD_WHITE
-#define BLACK_COLOR LCD_BLACK
-#define LINE_COLOR LCD_BLACK
-#define BACKGROUND_COLOR LCD_DARKGRAY
-#define CURSOR_COLOR LCD_DARKGRAY
-#define MARK_COLOR LCD_DARKGRAY
+#define BOARD_COLOR LCD_LIGHTGRAY
+#define WHITE_COLOR LCD_WHITE
+#define BLACK_COLOR LCD_BLACK
+#define LINE_COLOR LCD_BLACK
+#define BACKGROUND_COLOR LCD_DARKGRAY
+#define CURSOR_COLOR LCD_DARKGRAY
+#define MARK_COLOR LCD_DARKGRAY
#endif
/* Key setups */
@@ -200,7 +200,7 @@
#define GBN_BUTTON_NEXT_VAR BUTTON_PLAY
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
-#define GBN_BUTTON_UP BUTTON_SCROLL_UP
+#define GBN_BUTTON_UP BUTTON_SCROLL_UP
#define GBN_BUTTON_DOWN BUTTON_SCROLL_DOWN
#define GBN_BUTTON_LEFT BUTTON_LEFT
#define GBN_BUTTON_RIGHT BUTTON_RIGHT