asm/decimal.c
changeset 29 7abf6146898e
parent 9 c3fecc82ade6
child 77 49e0babccb23
--- a/asm/decimal.c
+++ b/asm/decimal.c
@@ -28,6 +28,7 @@
 {
     char *encoded;
     char swp;
+
     int i;
 
     i = 0;
@@ -61,7 +62,9 @@
 int main (int argc, char **argv)
 {
     ULONG decimal, start, end;
+
     int bits, base, i;
+
     char *binaer;
 
     base = 2;