Changeset f7a0779 in mainline for uspace/app/date/date.c


Ignore:
Timestamp:
2012-04-03T19:44:05Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8354ca6
Parents:
aa04e81
Message:

date: cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/date/date.c

    raa04e81 rf7a0779  
    9292
    9393        /* Get the device's handle */
    94         rc = devman_fun_get_handle("/hw/pci0/00:01.0/cmos-rtc/a", &devh, IPC_FLAG_BLOCKING);
     94        rc = devman_fun_get_handle("/hw/pci0/00:01.0/cmos-rtc/a", &devh,
     95            IPC_FLAG_BLOCKING);
    9596        if (rc != EOK) {
    9697                printf(NAME ": Cannot open the device\n");
Note: See TracChangeset for help on using the changeset viewer.