indent -kr -i8 -brf -bbb -fnc -l132 -nce on all of webcit-classic
[citadel.git] / webcit / utils.h
index 7c322492b351f434a635928ed2b0d615af701491..206df63c1c17d35f1dfc9a5d435dd5068ae7a64c 100644 (file)
@@ -1,3 +1,4 @@
+
 /*
  * Copyright (c) 1996-2013 by the citadel.org team
  *
@@ -10,8 +11,8 @@
  * GNU General Public License for more details.
  */
 
-void StrEscPuts(const StrBuf *strbuf);
-void StrEscputs1(const StrBuf *strbuf, int nbsp, int nolinebreaks);
+void StrEscPuts(const StrBuf * strbuf);
+void StrEscputs1(const StrBuf * strbuf, int nbsp, int nolinebreaks);
 
 void urlescputs(const char *);
 void hurlescputs(const char *);