Changeset aaf9789c in mainline for uspace/lib/c/test/cap.c


Ignore:
Timestamp:
2019-02-11T23:08:42Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
db29c34
Parents:
d5a89a3
Message:

syntax correction according make ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/cap.c

    rd5a89a3 raaf9789c  
    9797
    9898                        rc = cap_format(&cap, &str);
    99                        
     99
    100100                        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    101101                        PCUT_ASSERT_STR_EQUALS(out[x + (block_size * i)], str);
     
    106106
    107107                        rc = cap_format(&cap, &str);
    108                        
     108
    109109                        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    110110                        PCUT_ASSERT_STR_EQUALS(out[x + (block_size * i)], str);
     
    149149
    150150                rc = cap_format(&cap, &str);
    151                
     151
    152152                PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    153153                PCUT_ASSERT_STR_EQUALS(out[i], str);
     
    158158
    159159                rc = cap_format(&cap, &str);
    160                
     160
    161161                PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    162162                PCUT_ASSERT_STR_EQUALS(out[i], str);
     
    220220                7777,
    221221        };
    222        
     222
    223223        int input_dp[] = {
    224224                0,
Note: See TracChangeset for help on using the changeset viewer.