tabs->spaces
This commit is contained in:
+8
-8
@@ -57,15 +57,15 @@ init_crc32()
|
||||
#include <stdio.h>
|
||||
int main()
|
||||
{
|
||||
int i;
|
||||
init_crc32();
|
||||
for(i = 0; i < 256; i++) {
|
||||
printf("0x%X,",crc32_table[i]);
|
||||
if(i%10 == 0)
|
||||
putchar('\n');
|
||||
}
|
||||
int i;
|
||||
init_crc32();
|
||||
for(i = 0; i < 256; i++) {
|
||||
printf("0x%X,",crc32_table[i]);
|
||||
if(i%10 == 0)
|
||||
putchar('\n');
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user