diff options
Diffstat (limited to 'gdbsupport/gdb_file.h')
-rw-r--r-- | gdbsupport/gdb_file.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdbsupport/gdb_file.h b/gdbsupport/gdb_file.h index 096e67d..a78f9c8 100644 --- a/gdbsupport/gdb_file.h +++ b/gdbsupport/gdb_file.h @@ -24,10 +24,7 @@ struct gdb_file_deleter { - void operator() (FILE *file) const - { - fclose (file); - } + void operator() (FILE *file) const { fclose (file); } }; /* A unique pointer to a FILE. */ |