Ignore:
Timestamp:
2018-04-04T15:42:37Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/cp/cp.c

    r47b2d7e3 r1433ecda  
    5353        { "buffer", required_argument, 0, 'b' },
    5454        { "force", no_argument, 0, 'f' },
    55         { "interactive", no_argument, 0, 'i'},
     55        { "interactive", no_argument, 0, 'i' },
    5656        { "recursive", no_argument, 0, 'r' },
    5757        { "help", no_argument, 0, 'h' },
     
    160160                }
    161161
    162                 switch(ev.ev.key.key) {
     162                switch (ev.ev.key.key) {
    163163                case KC_Y:
    164164                        printf("y\n");
     
    384384
    385385static int copy_file(const char *src, const char *dest,
    386         size_t blen, int vb)
     386    size_t blen, int vb)
    387387{
    388388        int fd1, fd2;
Note: See TracChangeset for help on using the changeset viewer.