xed-document-output-stream: Clean up code style
This commit is contained in:
parent
28ef771d15
commit
2fb3813793
|
@ -38,8 +38,8 @@ G_BEGIN_DECLS
|
|||
#define XED_DOCUMENT_OUTPUT_STREAM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), XED_TYPE_DOCUMENT_OUTPUT_STREAM, XedDocumentOutputStreamClass))
|
||||
|
||||
typedef struct _XedDocumentOutputStream XedDocumentOutputStream;
|
||||
typedef struct _XedDocumentOutputStreamClass XedDocumentOutputStreamClass;
|
||||
typedef struct _XedDocumentOutputStreamPrivate XedDocumentOutputStreamPrivate;
|
||||
typedef struct _XedDocumentOutputStreamClass XedDocumentOutputStreamClass;
|
||||
|
||||
struct _XedDocumentOutputStream
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue