Changeset 104 in Main for trunk/Server/server.c


Ignore:
Timestamp:
Sep 20, 2024, 12:16:52 AM (8 weeks ago)
Author:
Nishi
Message:

format, and fix platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/server.c

    r103 r104  
    834834                                                        thread_info info;
    835835                                                        bool kill = false;
    836                                                         if(get_thread_info(threads[j].thread, &info) == B_OK){
    837                                                         }else{
     836                                                        if(get_thread_info(threads[j].thread, &info) == B_OK) {
     837                                                        } else {
    838838                                                                kill = true;
    839839                                                        }
    840                                                         if(kill){
     840                                                        if(kill) {
    841841                                                                threads[j].used = false;
    842842                                                        }
Note: See TracChangeset for help on using the changeset viewer.