Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmtutil/fmtutil.c

    ra35b458 r1b20da0  
    167167                return EINVAL;
    168168        }
    169 
     169       
    170170        return EOK;
    171171}
     
    188188        size_t line_len = 0;
    189189        size_t pos = 0;
    190 
     190       
    191191        /*
    192192         * Invariants:
     
    194194         *  * line_start <= last_word_end <= word_start <= pos
    195195         */
    196 
     196       
    197197        while (wstr[pos] != 0) {
    198198                /* Skip spaces and process newlines */
Note: See TracChangeset for help on using the changeset viewer.