Changeset bffd91f in mainline


Ignore:
Timestamp:
2009-01-22T17:52:11Z (15 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
161ae09
Parents:
b7be230
Message:

cstyle (nits) 80 column limit

File:
1 edited

Legend:

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

    rb7be230 rbffd91f  
    7070}
    7171
    72 static int64_t copy_file(const char *src, const char *dest, size_t blen, int vb)
     72static int64_t copy_file(const char *src, const char *dest,
     73        size_t blen, int vb)
    7374{
    7475        int fd1, fd2, bytes = 0;
Note: See TracChangeset for help on using the changeset viewer.