Changeset 1b20da0 in mainline for uspace/app/sbi/src


Ignore:
Timestamp:
2018-02-28T17:52:03Z (8 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3061bc1
Parents:
df6ded8
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:26:03)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:03)
Message:

style: Remove trailing whitespace on non-empty lines, in certain file types.

Command used: tools/srepl '\([^[:space:]]\)\s\+$' '\1' -- *.c *.h *.py *.sh *.s *.S *.ag

Location:
uspace/app/sbi/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/list.c

    rdf6ded8 r1b20da0  
    258258 *
    259259 * Unlink node from the list it is currently in.
    260  * 
     260 *
    261261 * @param n     Node to unlink from its current list.
    262262 */
  • uspace/app/sbi/src/os/posix.c

    rdf6ded8 r1b20da0  
    4848 * The string functions are in fact standard C, but would not work under
    4949 * HelenOS.
    50  * 
     50 *
    5151 * XXX String functions used here only work with 8-bit text encoding.
    5252 */
  • uspace/app/sbi/src/parse.c

    rdf6ded8 r1b20da0  
    15001500}
    15011501
    1502 /** Signal a parse error, start bailing out from parser. 
     1502/** Signal a parse error, start bailing out from parser.
    15031503 *
    15041504 * @param parse         Parser object.
  • uspace/app/sbi/src/program.c

    rdf6ded8 r1b20da0  
    8080}
    8181
    82 /** Process sources of the library. 
     82/** Process sources of the library.
    8383 *
    8484 * Processes all source files in the library. The list of library source files
  • uspace/app/sbi/src/run.c

    rdf6ded8 r1b20da0  
    14331433        rdata_value_t *value;
    14341434
    1435         /* 
     1435        /*
    14361436         * This can happen when trying to use output of a function which
    14371437         * does not return a value.
     
    18861886                break;
    18871887        case tic_tvref:
    1888                 /* 
     1888                /*
    18891889                 * XXX Need to obtain run-time value of type argument to
    18901890                 * initialize variable properly.
  • uspace/app/sbi/src/stree.c

    rdf6ded8 r1b20da0  
    695695/** Allocate new .
    696696 *
    697  * @return      New 
     697 * @return      New
    698698 */
    699699stree_access_t *stree_access_new(void)
Note: See TracChangeset for help on using the changeset viewer.