summaryrefslogtreecommitdiff
path: root/gcc/file-find.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/file-find.c')
-rw-r--r--gcc/file-find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/file-find.c b/gcc/file-find.c
index bc6b4349ef5..3952349e989 100644
--- a/gcc/file-find.c
+++ b/gcc/file-find.c
@@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
static bool debug = false;
void
-find_file_set_debug(bool debug_state)
+find_file_set_debug (bool debug_state)
{
debug = debug_state;
}