Remove unnecessary parentheses in declarations
[deliverable/binutils-gdb.git] / gdb / utils.h
index 7af0a5f5aef2321ec2910e62a8a89718a4b8fa7e..17d625819583741bf42611fadaeb1aef391e7675 100644 (file)
@@ -206,8 +206,8 @@ private:
 /* Cleanup utilities.  */
 
 struct section_addr_info;
-extern struct cleanup *(make_cleanup_free_section_addr_info 
-                        (struct section_addr_info *));
+extern struct cleanup *make_cleanup_free_section_addr_info
+                       (struct section_addr_info *);
 
 /* For make_cleanup_close see common/filestuff.h.  */
 
This page took 0.02615 seconds and 4 git commands to generate.