Changeset 97116a2 in mainline


Ignore:
Timestamp:
2025-01-28T14:45:44Z (3 weeks ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
1fa6292
Parents:
b27ae65a
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-28 14:45:28)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-28 14:45:44)
Message:

Run make ccheck-fix

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/shutdown-dlg/shutdown-dlg.c

    rb27ae65a r97116a2  
    434434        params.placement = ui_wnd_place_full_screen;
    435435        params.flags |= ui_wndf_topmost | ui_wndf_nofocus;
    436 /*      params.rect.p0.x = 0;
    437         params.rect.p0.y = 0;
    438         params.rect.p1.x = 1;
    439         params.rect.p1.y = 1;*/
     436        /*
     437         * params.rect.p0.x = 0;
     438         * params.rect.p0.y = 0;
     439         * params.rect.p1.x = 1;
     440         * params.rect.p1.y = 1;
     441         */
    440442
    441443        rc = ui_window_create(sddlg.ui, &params, &sddlg.bgwindow);
  • uspace/lib/c/generic/thread/tls.c

    rb27ae65a r97116a2  
    5959#endif
    6060
    61 static ptrdiff_t _tcb_data_offset(const void* elf)
     61static ptrdiff_t _tcb_data_offset(const void *elf)
    6262{
    6363        const elf_segment_header_t *tls =
Note: See TracChangeset for help on using the changeset viewer.