Changeset 22 in libcf++


Ignore:
Timestamp:
08/23/15 16:33:36 (9 years ago)
Author:
cheese
Message:

#1 add blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf/task.h

    r16 r22  
    135135        public:
    136136            /** a prototype of worker function */
    137             typedef cf::int32_t(*ThreadFunction)(cf::void_t *);
     137            typedef cf::int32_t(* ThreadFunction)(cf::void_t *);
    138138
    139139            typedef struct _THREAD_CTX
Note: See TracChangeset for help on using the changeset viewer.