Changeset 8e3bf3e2 in mainline for generic/src/main/kinit.c


Ignore:
Timestamp:
2006-06-18T00:26:54Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10e0cee
Parents:
fbb8b2b
Message:

coding style changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/kinit.c

    rfbb8b2b r8e3bf3e2  
    2727 */
    2828
    29  /** @addtogroup main
     29/** @addtogroup main
    3030 * @{
    3131 */
     
    107107                        spinlock_unlock(&t->lock);
    108108                        thread_ready(t);
    109                 }
    110                 else {
     109                } else
    111110                        panic("thread_create/kmp\n");
    112                 }
    113111                thread_join(t);
    114112                thread_detach(t);
     
    135133                                spinlock_unlock(&t->lock);
    136134                                thread_ready(t);
    137                         }
    138                         else panic("thread_create/kcpulb\n");
     135                        } else
     136                                panic("thread_create/kcpulb\n");
    139137
    140138                }
     
    196194}
    197195
    198  /** @}
     196/** @}
    199197 */
    200 
Note: See TracChangeset for help on using the changeset viewer.