libyang FORMAT uncrustify format of all sources
diff --git a/src/parser_schema.h b/src/parser_schema.h
index 9e3985a..5001fe8 100644
--- a/src/parser_schema.h
+++ b/src/parser_schema.h
@@ -108,7 +108,7 @@
* @return LY_ERR value (LY_SUCCESS is returned even if the file is not found, then the *localfile is NULL).
*/
LY_ERR lys_search_localfile(const char * const *searchpaths, int cwd, const char *name, const char *revision,
- char **localfile, LYS_INFORMAT *format);
+ char **localfile, LYS_INFORMAT *format);
/** @} schematree */