From 307bb715a7689eead7442013861b60ef990cda14 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sat, 14 Nov 2009 18:59:23 -0700 Subject: [PATCH] SourceFormat Enforcement --- compat/os/solaris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/os/solaris.h b/compat/os/solaris.h index 6a152d206b..fe1c039ea3 100644 --- a/compat/os/solaris.h +++ b/compat/os/solaris.h @@ -53,7 +53,7 @@ SQUIDCEXTERN int gethostname(char *, int); #endif /* - * SunStudio CC does not define C++ portability API __FUNCTION__ + * SunStudio CC does not define C++ portability API __FUNCTION__ */ #if defined(__SUNPRO_CC) && !defined(__FUNCTION__) #define __FUNCTION__ "" -- 2.47.3