Changeset bab6388 in mainline for uspace/drv/isa


Ignore:
Timestamp:
2011-02-13T20:23:37Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7df0477e
Parents:
68414f4a
Message:

Small additional cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/isa/isa.c

    r68414f4a rbab6388  
    341341        }
    342342
    343         val = skip_spaces(end); 
     343        val = skip_spaces(end);
    344344        get_match_id(&id, val);
    345345        if (id == NULL) {
Note: See TracChangeset for help on using the changeset viewer.