Changeset 7217199 in mainline


Ignore:
Timestamp:
2008-12-24T13:59:20Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c6337d
Parents:
6c0adbc
Message:

coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/thread.c

    r6c0adbc r7217199  
    212212{
    213213        THREAD = NULL;
    214         atomic_set(&nrdy,0);
     214        atomic_set(&nrdy, 0);
    215215        thread_slab = slab_cache_create("thread_slab", sizeof(thread_t), 0,
    216216            thr_constructor, thr_destructor, 0);
Note: See TracChangeset for help on using the changeset viewer.