summaryrefslogtreecommitdiffstats
path: root/main/common/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/ctype.h')
-rw-r--r--main/common/ctype.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/common/ctype.h b/main/common/ctype.h
index 7b7295e..482144c 100644
--- a/main/common/ctype.h
+++ b/main/common/ctype.h
@@ -32,11 +32,11 @@
* SUCH DAMAGE.
*
* $FreeBSD$
- *
+ *
* Pulled in this file from: http://fxr.watson.org/fxr/source/sys/ctype.h
- * Modifications (Ed Sutter):
+ * Modifications (Ed Sutter):
* - removed ifdef/endif _KERNEL
- * - isidigit() originally was ((c) >= '' && (c) <= '9')
+ * - isidigit() originally was ((c) >= '' && (c) <= '9')
*/
#ifndef _SYS_CTYPE_H_