Reverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1 because putting the opening...
[citadel.git] / webcit / utils.h
index 206df63c1c17d35f1dfc9a5d435dd5068ae7a64c..7c322492b351f434a635928ed2b0d615af701491 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (c) 1996-2013 by the citadel.org team
  *
@@ -11,8 +10,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 *);