diff options
author | Laurent Napias <[email protected]> | 2019-06-29 11:57:35 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-07-04 15:07:12 +0200 |
commit | 61b94ba9a4953aba56764dac7e0f8751aaa11571 (patch) | |
tree | c9097e01f74035b305fd47190a7f0d1bb1eb188e /logview/src/logview-loglist.h | |
parent | 34505eb50fb6f3b49c8ef08d59bcef4f6f27f6cf (diff) | |
download | mate-utils-61b94ba9a4953aba56764dac7e0f8751aaa11571.tar.bz2 mate-utils-61b94ba9a4953aba56764dac7e0f8751aaa11571.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'logview/src/logview-loglist.h')
-rw-r--r-- | logview/src/logview-loglist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logview/src/logview-loglist.h b/logview/src/logview-loglist.h index ebfbf04f..ac6c9544 100644 --- a/logview/src/logview-loglist.h +++ b/logview/src/logview-loglist.h @@ -43,7 +43,7 @@ typedef struct _LogviewLoglist LogviewLoglist; typedef struct _LogviewLoglistClass LogviewLoglistClass; typedef struct _LogviewLoglistPrivate LogviewLoglistPrivate; -struct _LogviewLoglist { +struct _LogviewLoglist { GtkTreeView parent_instance; LogviewLoglistPrivate *priv; }; |