Changeset 00bb6965 in mainline for uspace/fb/main.c


Ignore:
Timestamp:
2006-12-11T23:17:58Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df496c5
Parents:
dff0a94
Message:

Coding style fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/fb/main.c

    rdff0a94 r00bb6965  
    4646        dest = as_get_mappable_page(IPC_GET_ARG2(*call),
    4747                PAGE_COLOR(IPC_GET_ARG1(*call)));
    48         if (ipc_answer_fast(callid, 0, (sysarg_t)dest, 0) == 0) {
     48        if (ipc_answer_fast(callid, 0, (sysarg_t) dest, 0) == 0) {
    4949                if (*area)
    5050                        as_area_destroy(*area);
     
    6565#endif
    6666#ifdef EGA_ENABLED
    67         if (! initialized && sysinfo_value("fb.kind") == 2) {
     67        if (!initialized && sysinfo_value("fb.kind") == 2) {
    6868                if (ega_init() == 0)
    6969                        initialized = 1;
Note: See TracChangeset for help on using the changeset viewer.