Commit b0f9419d b0f9419d9513c020f98e20a3cb69a13d4ab09ac5 by Sergey Poznyakoff

Minor stylistic fix

1 parent 1a118300
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
...@@ -93,7 +93,7 @@ typedef struct _mu_refcount *mu_refcount_t; ...@@ -93,7 +93,7 @@ typedef struct _mu_refcount *mu_refcount_t;
93 typedef struct _observable *observable_t; 93 typedef struct _observable *observable_t;
94 typedef struct _observer *observer_t; 94 typedef struct _observer *observer_t;
95 typedef struct _property *property_t; 95 typedef struct _property *property_t;
96 typedef struct _record* record_t; 96 typedef struct _record *record_t;
97 typedef struct _stream *stream_t; 97 typedef struct _stream *stream_t;
98 typedef struct _ticket *ticket_t; 98 typedef struct _ticket *ticket_t;
99 typedef struct _url *url_t; 99 typedef struct _url *url_t;
......