Changeset 2fc1e6d in mainline for uspace/lib/gui/window.c


Ignore:
Timestamp:
2020-06-22T17:33:56Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62018a0
Parents:
dbf5d7c
Message:

Fix cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/window.c

    rdbf5d7c r2fc1e6d  
    692692
    693693        /* Allocate resources for new surface. */
    694         win->surface = surface_create( window_initial_size,
     694        win->surface = surface_create(window_initial_size,
    695695            window_initial_size, NULL, SURFACE_FLAG_SHARED);
    696696        if (win->surface == NULL) {
Note: See TracChangeset for help on using the changeset viewer.