Tiny change to confirm to our formatting convention.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@103 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-10-07 21:53:20 +00:00
parent db79a9b063
commit 20d7eb89d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#ifndef HAVE_STRUPR #ifndef HAVE_STRUPR
char * char *
strupr(char *str) strupr (char *str)
{ {
char *ptr; char *ptr;
+1 -1
View File
@@ -8,6 +8,6 @@
#endif #endif
#ifndef HAVE_STRUPR #ifndef HAVE_STRUPR
char *strupr(char *str); char *strupr (char *str);
#endif #endif