Fix indentation issues
This commit is contained in:
parent
28b3b2aded
commit
8b5b6d5247
@ -16,6 +16,8 @@ struct foug_stream
|
||||
size_t (*write_func)(foug_stream_t*, const void*, size_t, size_t);
|
||||
};
|
||||
|
||||
/* Initialization */
|
||||
|
||||
FOUG_LIB_EXPORT void foug_stream_set_null(foug_stream_t* stream);
|
||||
FOUG_LIB_EXPORT void foug_stream_set_stdio(foug_stream_t* stream, FILE* file);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user