Standardised formatting.

This commit is contained in:
simon 2017-08-14 20:18:13 +01:00
parent 31176e1f39
commit d7886550a6
25 changed files with 1131 additions and 949 deletions

View file

@ -4,7 +4,7 @@
* and open the template in the editor.
*/
/*
/*
* File: repl.h
* Author: simon
*
@ -25,13 +25,10 @@ extern "C" {
* @param err_stream the stream to send errors to;
* @param show_prompt true if prompts should be shown.
*/
void repl( FILE* in_stream, FILE* out_stream, FILE* error_stream,
bool show_prompt);
void repl(FILE * in_stream, FILE * out_stream,
FILE * error_stream, bool show_prompt);
#ifdef __cplusplus
}
#endif
#endif /* REPL_H */
#endif /* REPL_H */