From 6419aee248d76b0cf53d1ff78b31a855fbff6f03 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 30 Mar 2015 16:22:58 -0400 Subject: checksrc: Windows-specific input fixes lib/config-win32ce.h - Fix whitespace for checksrc compliance. lib/checksrc.pl - Remove trailing carriage returns from input. projects/checksrc.bat - Ignore tool_hugehelp.c. --- lib/config-win32ce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/config-win32ce.h') diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 9d6499819..a723fd188 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -443,6 +443,6 @@ #define ENOMEM 2 #define EAGAIN 3 -extern int stat(const char *path,struct stat *buffer ); +extern int stat(const char *path, struct stat *buffer); #endif /* HEADER_CURL_CONFIG_WIN32CE_H */ -- cgit v1.2.3