summaryrefslogtreecommitdiff
path: root/nsprpub/pr/tests/openfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsprpub/pr/tests/openfile.c')
-rw-r--r--nsprpub/pr/tests/openfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsprpub/pr/tests/openfile.c b/nsprpub/pr/tests/openfile.c
index d0b664f35c..265e041895 100644
--- a/nsprpub/pr/tests/openfile.c
+++ b/nsprpub/pr/tests/openfile.c
@@ -24,7 +24,7 @@ int main(int argc, char **argv)
PRInt32 nbytes;
PRFileDesc *fd;
-
+
/* Write in text mode. Let stdio deal with line endings. */
template = fopen(TEMPLATE_FILE_NAME, "w");
fputs("line 1\nline 2\n", template);