OSDN Git Service

2004-08-12 Ziemowit Laski <zlaski@apple.com>
[pf3gnuchains/gcc-fork.git] / libobjc / objc / objc-list.h
index 866095d..19f0b85 100644 (file)
@@ -32,7 +32,6 @@ Boston, MA 02111-1307, USA.  */
 extern "C" {
 #endif /* __cplusplus */
 
-
 struct objc_list {
   void *head;
   struct objc_list *tail;
@@ -154,5 +153,4 @@ list_free(struct objc_list* list)
 }
 #endif /* __cplusplus */
 
-
 #endif /* not __GNU_OBJC_LIST_H */