Changeset d7baee6 in mainline for uspace/console/console.c


Ignore:
Timestamp:
2007-01-17T13:03:08Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df4ed85
Parents:
c738d65
Message:

Rather big indentation and formatting changes.
More inteligent long line wrapping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/console/console.c

    rc738d65 rd7baee6  
    120120{
    121121        async_msg_2(fb_info.phone, FB_CURSOR_GOTO, row, col);
    122        
    123122}
    124123
     
    137136{
    138137        async_msg_3(fb_info.phone, FB_PUTCHAR, c, row, col);
    139        
    140138}
    141139
Note: See TracChangeset for help on using the changeset viewer.