branch update for HEAD-2003021201
[reactos.git] / lib / msvcrt / ctype / isspace.c
index e0ebcb3..3bb9d32 100644 (file)
@@ -2,13 +2,15 @@
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS system libraries
  * FILE:        lib/msvcrt/ctype/isspace.c
- * PURPOSE:     Checks for a whitespace characters
+ * PURPOSE:     Test for a space character
  * PROGRAMER:   Boudewijn Dekker
  * UPDATE HISTORY:
  *              28/12/98: Created
  */
+
 #include <msvcrt/ctype.h>
 
+
 #undef isspace
 int isspace(int c)
 {