This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Removed an empty line in ada-lang.c


... hardly worth mentioning, but here goes.

2009-04-23  Joel Brobecker  <brobecker@adacore.com>

        * ada-lang.c: Remove an extra empty line. No code change.

-- 
Joel
Index: ada-lang.c
===================================================================
RCS file: /cvs/src/src/gdb/ada-lang.c,v
retrieving revision 1.208
diff -u -p -r1.208 ada-lang.c
--- ada-lang.c	16 Apr 2009 17:21:06 -0000	1.208
+++ ada-lang.c	23 Apr 2009 22:50:32 -0000
@@ -4945,7 +4945,6 @@ wild_match (const char *patn0, int patn_
     }
 }
 
-
 /* Add symbols from BLOCK matching identifier NAME in DOMAIN to
    vector *defn_symbols, updating the list of symbols in OBSTACKP 
    (if necessary).  If WILD, treat as NAME with a wildcard prefix. 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]