summaryrefslogtreecommitdiffstats
path: root/nsprpub/pr/tests/openfile.c
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-02 21:01:38 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-02 21:01:38 +0100
commitf7d30133221896638f7bf4f66c504255c4b14f48 (patch)
tree5f3e07a049f388a3a309a615b8884318f6668a98 /nsprpub/pr/tests/openfile.c
parent26b297510a11758727438df4669357a2a2bc42ce (diff)
downloadUXP-f7d30133221896638f7bf4f66c504255c4b14f48.tar
UXP-f7d30133221896638f7bf4f66c504255c4b14f48.tar.gz
UXP-f7d30133221896638f7bf4f66c504255c4b14f48.tar.lz
UXP-f7d30133221896638f7bf4f66c504255c4b14f48.tar.xz
UXP-f7d30133221896638f7bf4f66c504255c4b14f48.zip
Issue #1338 - Part 1: Update NSPR to 4.24
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 d0b664f35..265e04189 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);