(trunk) remove trailing spaces from code lines ;)

This commit is contained in:
Jordan Lee
2012-02-03 16:44:07 +00:00
parent 00714200f3
commit b2d65db45f
7 changed files with 109 additions and 110 deletions

View File

@@ -226,8 +226,8 @@ main( int argc, char ** argv )
const char * configDir;
uint8_t * fileContents;
size_t fileLength;
const char * str;
char buf[TR_PATH_MAX];
const char * str;
char buf[TR_PATH_MAX];
tr_formatter_mem_init( MEM_K, MEM_K_STR, MEM_M_STR, MEM_G_STR, MEM_T_STR );
tr_formatter_size_init( DISK_K,DISK_K_STR, DISK_M_STR, DISK_G_STR, DISK_T_STR );