static/const/#include/tab police on various files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19643 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-01-02 21:43:52 +00:00
parent 87f88d25ba
commit 32c2f455d1
5 changed files with 501 additions and 498 deletions

View file

@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
*/ */
#include <inttypes.h> #include <inttypes.h>
#include "demac.h"
static const uint32_t crctab32[] = static const uint32_t crctab32[] =
{ {

File diff suppressed because it is too large Load diff

View file

@ -121,7 +121,7 @@ const char appsversion[]=APPSVERSION;
static void init(void); static void init(void);
void fourhertz_tick_task(void) static void fourhertz_tick_task(void)
{ {
static long last_fire = 0; static long last_fire = 0;
if (TIME_AFTER(current_tick, last_fire+HZ/4)) if (TIME_AFTER(current_tick, last_fire+HZ/4))

View file

@ -500,7 +500,8 @@ static inline bool scale_v_linear(struct rowset *rset,
} }
#endif /* HAVE_UPSCALER */ #endif /* HAVE_UPSCALER */
void output_row_native(uint32_t row, void * row_in, struct scaler_context *ctx) static void output_row_native(uint32_t row, void * row_in,
struct scaler_context *ctx)
{ {
int col; int col;
int fb_width = BM_WIDTH(ctx->bm->width,FORMAT_NATIVE,0); int fb_width = BM_WIDTH(ctx->bm->width,FORMAT_NATIVE,0);

View file

@ -26,6 +26,7 @@
#include "audiohw.h" #include "audiohw.h"
#include "i2s.h" #include "i2s.h"
#include "ascodec-target.h"
/* /*
* Initialise the PP I2C and I2S. * Initialise the PP I2C and I2S.