Ignore:
Timestamp:
2013-08-22T16:01:19Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b1adf5
Parents:
a6bdccc
Message:

small cstyle changes (mostly reverting to the state before audio merge)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/device/hw_res_parsed.c

    ra6bdccc rcf02eaf  
    175175        for (size_t i = 0; i < res_count; ++i) {
    176176                const hw_resource_t *resource = &(hw_resources->resources[i]);
    177 
     177               
    178178                switch (resource->type) {
    179179                case INTERRUPT:
     
    195195                }
    196196        }
    197 
     197       
    198198        return EOK;
    199199};
Note: See TracChangeset for help on using the changeset viewer.