Align code

This commit is contained in:
Alex Kotov 2021-11-21 01:27:23 +05:00
parent 989b6b421d
commit 36fa61060f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@
* Pointer types *
*****************/
typedef struct BasicGeometry *BasicGeometry;
typedef struct ClientGeometry *ClientGeometry;
typedef struct BasicGeometry *BasicGeometry;
typedef struct ClientGeometry *ClientGeometry;
typedef struct ClientSizeHints *ClientSizeHints;
typedef struct ClientState *ClientState;
typedef struct ClientState *ClientState;
/**************
* Structures *