From 20d7eb89d14c0028e61ec4674a96246634ea1e73 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 7 Oct 2002 21:53:20 +0000 Subject: [PATCH] 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 --- sc2/src/port.c | 2 +- sc2/src/port.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/port.c b/sc2/src/port.c index 15f960899..6175b30db 100644 --- a/sc2/src/port.c +++ b/sc2/src/port.c @@ -25,7 +25,7 @@ #ifndef HAVE_STRUPR char * -strupr(char *str) +strupr (char *str) { char *ptr; diff --git a/sc2/src/port.h b/sc2/src/port.h index 9842b7ca7..70efb3f81 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -8,6 +8,6 @@ #endif #ifndef HAVE_STRUPR -char *strupr(char *str); +char *strupr (char *str); #endif