Changeset 1724745f in mainline for uspace/lib/libc/generic/io/printf_core.c
- Timestamp:
- 2009-08-08T12:19:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42cfd91
- Parents:
- e49b57b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/printf_core.c
re49b57b2 r1724745f 490 490 counter += retval; 491 491 492 /* Print t ailing spaces */492 /* Print trailing spaces */ 493 493 494 494 while (width-- > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.