style(all): clang format
This commit is contained in:
parent
4aa6b439bb
commit
9bf3ed068a
2 changed files with 9 additions and 7 deletions
|
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
* @warning NOT IMPLEMENTED
|
||||
*/
|
||||
struct ast* get_ast();
|
||||
struct ast *get_ast();
|
||||
|
||||
/* @brief Builds the AST representation of the given command string.
|
||||
*
|
||||
|
|
@ -19,6 +19,6 @@ struct ast* get_ast();
|
|||
*
|
||||
* @warning NOT IMPLEMENTED
|
||||
*/
|
||||
struct ast* get_ast_str(char* command);
|
||||
struct ast *get_ast_str(char *command);
|
||||
|
||||
#endif /* ! PARSER_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue