Changeset 286286c in mainline for uspace/app


Ignore:
Timestamp:
2011-09-23T15:56:23Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ab4aca, 6fe0bf8d
Parents:
4979403
Message:

Cstyle fixes and cleanup.

File:
1 edited

Legend:

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

    r4979403 r286286c  
    107107        if (rc != EOK) {
    108108                printf("Unable to mount %s filesystem to %s on %s (rc=%d)\n",
    109                         t_argv[1], t_argv[2], t_argv[3], rc);
     109                    t_argv[1], t_argv[2], t_argv[3], rc);
    110110                return CMD_FAILURE;
    111111        }
Note: See TracChangeset for help on using the changeset viewer.