]> pd.if.org Git - pdclib/blobdiff - includes/stdio.h
Whitespace cleanups.
[pdclib] / includes / stdio.h
index af93c4cebaa105d96b9d8ea5012f6f9b9d21f1d2..3363eeed07deea0a4fafb15aec8a7587cdb71ad4 100644 (file)
@@ -54,7 +54,7 @@ extern FILE * stderr;
 int remove( const char * filename );
 
 /* Rename the given old file to the given new name.
-   Returns zero if successful, non-zero otherwise. 
+   Returns zero if successful, non-zero otherwise.
    This implementation does detect if the old filename corresponds to an open
    file, and fails the rename in this case.
    If there already is a file with the new filename, behaviour is defined by