1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

message-source: Get rid of unnecessary semicolon

Our .dir-locals.el makes Emacs understand that we don't need a semicolon after
the various G_* macros.
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-12-27 20:12:29 +01:00
parent 7d05508ace
commit 8a6787d959

View file

@ -30,7 +30,7 @@ G_BEGIN_DECLS
#define CALLS_TYPE_MESSAGE_SOURCE (calls_message_source_get_type ())
G_DECLARE_INTERFACE (CallsMessageSource, calls_message_source, CALLS, MESSAGE_SOURCE, GObject);
G_DECLARE_INTERFACE (CallsMessageSource, calls_message_source, CALLS, MESSAGE_SOURCE, GObject)
struct _CallsMessageSourceInterface
{