Changeset 13ec8055 in mainline


Ignore:
Timestamp:
2009-03-02T17:33:18Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a32c9bb
Parents:
430afff
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/ega.c

    r430afff r13ec8055  
    315315                        break;
    316316                case FB_CURSOR_VISIBILITY:
    317                         if(IPC_GET_ARG1(call))
     317                        if (IPC_GET_ARG1(call))
    318318                                cursor_enable();
    319319                        else
     
    396396
    397397
    398 /** 
     398/**
    399399 * @}
    400400 */
Note: See TracChangeset for help on using the changeset viewer.