diff options
author | rbuj <[email protected]> | 2021-10-27 17:40:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:59:33 +0100 |
commit | 6c55334ad9b03006686e2db6c6f6167677a2f510 (patch) | |
tree | b558cc0ad6d97c36b449dbcb2afecb3b9002a565 /src/actions.h | |
parent | 85909393571d91b3c267afe5341e54bfae5a6d50 (diff) | |
download | engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2 engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/actions.h')
-rw-r--r-- | src/actions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/actions.h b/src/actions.h index 106d9d6..f893503 100644 --- a/src/actions.h +++ b/src/actions.h @@ -78,5 +78,4 @@ void activate_action_go_home (GtkAction *action, gpointer data); void activate_action_manual (GtkAction *action, gpointer data); void activate_action_about (GtkAction *action, gpointer data); - #endif /* ACTIONS_H */ |