Changeset f47c2dc1 in mainline


Ignore:
Timestamp:
2019-01-10T08:22:07Z (5 years ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a520db
Parents:
856be6e9
git-author:
Adam Nemecek <adamnemecek@…> (2019-01-09 20:30:14)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2019-01-10 08:22:07)
Message:

removed some trailing whitespace

Location:
uspace
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/untar.c

    r856be6e9 rf47c2dc1  
    4545typedef struct {
    4646        const char *dev;
    47        
     47
    4848        service_id_t sid;
    4949        aoff64_t offset;
  • uspace/drv/bus/usb/ohci/ohci_regs.h

    r856be6e9 rf47c2dc1  
    153153 * ohci_regs_t.control
    154154 */
    155  
     155
    156156/* Control-bulk service ratio */
    157157#define C_CBSR_1_1  (0x0)
  • uspace/lib/pcut/src/os/generic.c

    r856be6e9 rf47c2dc1  
    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

    r856be6e9 rf47c2dc1  
    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.