Fixing style according to rules defined in vera++ scripts.

This commit is contained in:
Ruben Ayrapetyan
2015-02-17 19:47:00 +03:00
parent 88353e93cf
commit f42faabe89
12 changed files with 185 additions and 173 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ putchar (int c)
* Output specified string
*/
int
puts(const char *s) /**< string to print */
puts (const char *s) /**< string to print */
{
while (*s)
{