research st: replace the TAB with 4spaces
This commit is contained in:
parent
55bd1dd95e
commit
bba2d3dd98
2
trunk/research/st/public.h
Normal file → Executable file
2
trunk/research/st/public.h
Normal file → Executable file
|
|
@ -72,7 +72,6 @@
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef unsigned long long st_utime_t;
|
typedef unsigned long long st_utime_t;
|
||||||
typedef struct _st_thread * st_thread_t;
|
typedef struct _st_thread * st_thread_t;
|
||||||
typedef struct _st_cond * st_cond_t;
|
typedef struct _st_cond * st_cond_t;
|
||||||
|
|
@ -175,7 +174,6 @@ extern st_netfd_t st_open(const char *path, int oflags, mode_t mode);
|
||||||
extern void _st_show_thread_stack(st_thread_t thread, const char *messg);
|
extern void _st_show_thread_stack(st_thread_t thread, const char *messg);
|
||||||
extern void _st_iterate_threads(void);
|
extern void _st_iterate_threads(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user