sim: ft32: test coverage for link parameters and PM write port
[deliverable/binutils-gdb.git] / sim / m32c / safe-fgets.c
index ebe32856e68b4fed73848d55712abcb63e1771fc..9089fa9fa6eda767a90499c9b806bc6856ef9c7a 100644 (file)
@@ -1,6 +1,6 @@
 /* safe-fgets.c --- like fgets, but allocates its own static buffer.
 
-Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 2005-2015 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -30,7 +30,7 @@ static int line_buf_size = 0;
 #define LBUFINCR 100
 
 char *
-safe_fgets (FILE *f)
+safe_fgets (FILE * f)
 {
   char *line_ptr;
 
This page took 0.023206 seconds and 4 git commands to generate.