Ignore:
Timestamp:
2007-04-19T18:23:31Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b662f8c
Parents:
4365d10
Message:

Indentation and formatting fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/proc/thread.c

    r4365d10 rcc85fb9  
    5656                 */
    5757                frame_free(KA2PA(ALIGN_DOWN((uintptr_t)
    58                         t->arch.uspace_window_buffer, PAGE_SIZE)));
     58                    t->arch.uspace_window_buffer, PAGE_SIZE)));
    5959        }
    6060}
     
    7676                 * belonging to a killed thread.
    7777                 */
    78                  t->arch.uspace_window_buffer = (uint8_t *) ALIGN_DOWN(uw_buf,
    79                         PAGE_SIZE);
     78                t->arch.uspace_window_buffer = (uint8_t *) ALIGN_DOWN(uw_buf,
     79                    PAGE_SIZE);
    8080        }
    8181}
Note: See TracChangeset for help on using the changeset viewer.