Fix trivial coding style breaches

This commit is contained in:
Johan Malm 2022-04-04 20:53:36 +01:00
parent 8e1f115486
commit 5b34c81768
22 changed files with 151 additions and 91 deletions

View file

@ -15,6 +15,6 @@
* For example, the xml structure <a><b><c></c></b></a> would return the
* name c.b.a
*/
char *nodename(xmlNode *node, char *buf, int len);
char *nodename(xmlNode * node, char *buf, int len);
#endif /* __LABWC_NODENAME_H */