Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / selection / scanner_internal.h
index 1afd5c3b803a87230ef65612fe9e3b01d7ba719b..d3333ee43766d7fac009bc972348014bc9054f7b 100644 (file)
@@ -132,8 +132,8 @@ int
 _gmx_sel_lexer_process_pending(YYSTYPE *, gmx_sel_lexer_t *state);
 /** Internal function that processes identifier tokens. */
 int
-_gmx_sel_lexer_process_identifier(YYSTYPE *, char *, size_t,
-                                  gmx_sel_lexer_t *state);
+    _gmx_sel_lexer_process_identifier(YYSTYPE *, char *, size_t,
+                                      gmx_sel_lexer_t *state);
 /** Internal function to add a token to the pretty-printed selection text. */
 void
 _gmx_sel_lexer_add_token(const char *str, int len, gmx_sel_lexer_t *state);