Changeset 55b87a0 in mainline for uspace/lib


Ignore:
Timestamp:
2019-01-09T20:30:14Z (7 years ago)
Author:
Adam Nemecek <adamnemecek@…>
Children:
fb5f28e
Parents:
adc07b5
Message:

removed some trailing whitespace

Location:
uspace/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/src/os/generic.c

    radc07b5 r55b87a0  
    121121        FORMAT_COMMAND(command, PCUT_COMMAND_LINE_BUFFER_SIZE - 1,
    122122                self_path, (test)->id, tempfile_name);
    123        
     123
    124124        PCUT_DEBUG("Will execute <%s> (temp file <%s>) with system().",
    125125                command, tempfile_name);
  • uspace/lib/untar/untar.c

    radc07b5 r55b87a0  
    154154                return rc;
    155155        }
    156        
     156
    157157        while (true) {
    158158                tar_header_raw_t header_raw;
Note: See TracChangeset for help on using the changeset viewer.