mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +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:
parent
7d05508ace
commit
8a6787d959
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
#define CALLS_TYPE_MESSAGE_SOURCE (calls_message_source_get_type ())
|
#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
|
struct _CallsMessageSourceInterface
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue