~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to contrib/tools/gen_vga323.c

  • Committer: Martin Decky
  • Date: 2011-08-10 17:45:30 UTC
  • Revision ID: martin@decky.cz-20110810174530-s9jtb60xc04cx6pl
cstyle

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#define GREEN(i)  (((i) >> 3) & ((1 << 2) - 1))
33
33
#define BLUE(i)   ((i) & ((1 << 3) - 1))
34
34
 
35
 
int main(int argc, char *argv[]) {
 
35
int main(int argc, char *argv[])
 
36
{
36
37
        unsigned int i;
37
38
        
38
39
        for (i = 0; i < 256; i++)