comparison src/xdisp.c @ 74145:8eceefbbcde7

Space/tab mixup.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 24 Nov 2006 10:31:26 +0000
parents b55c133a59f9
children 7fdb8f743bf5
comparison
equal deleted inserted replaced
74144:b302d34b7eae 74145:8eceefbbcde7
17382 } 17382 }
17383 } 17383 }
17384 17384
17385 /* Write a null-terminated, right justified decimal and "human 17385 /* Write a null-terminated, right justified decimal and "human
17386 readable" representation of the nonnegative integer D to BUF using 17386 readable" representation of the nonnegative integer D to BUF using
17387 a minimal field width WIDTH. D should be smaller than 999.5e24. */ 17387 a minimal field width WIDTH. D should be smaller than 999.5e24. */
17388 17388
17389 static const char power_letter[] = 17389 static const char power_letter[] =
17390 { 17390 {
17391 0, /* not used */ 17391 0, /* not used */
17392 'k', /* kilo */ 17392 'k', /* kilo */