diff liboctave/tempnam.c @ 10317:42d098307c30

untabify additional source files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 13:30:42 -0500
parents 4c8a2e4e0717
children 3d8ace26c5b4
line wrap: on
line diff
--- a/liboctave/tempnam.c
+++ b/liboctave/tempnam.c
@@ -28,8 +28,8 @@
 #include <string.h>
 
 extern char *__stdio_gen_tempname (const char *dir, const char *pfx,
-				   int dir_search, size_t *lenptr,
-				   FILE **streamptr);
+                                   int dir_search, size_t *lenptr,
+                                   FILE **streamptr);
 
 /* Generate a unique temporary filename using up to five characters of PFX
    if it is not NULL.  The directory to put this file in is searched for