[gnome-photos] local-item: Use a semi-colon with G_DECLARE_FINAL_TYPE
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] local-item: Use a semi-colon with G_DECLARE_FINAL_TYPE
- Date: Thu, 6 Oct 2016 10:52:15 +0000 (UTC)
commit a57aa478fde22bbaee3303c519cd6db661483706
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Oct 6 11:40:49 2016 +0200
local-item: Use a semi-colon with G_DECLARE_FINAL_TYPE
We use a semi-colon when calling a macro elsewhere (eg., G_DEFINE_*,
EGG_DEFINE_* and EGG_COUNTER_*) to help code formatting tools format
these lines as normal statements. Let's do the same with these too.
src/photos-local-item.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-local-item.h b/src/photos-local-item.h
index 1dea86c..3438171 100644
--- a/src/photos-local-item.h
+++ b/src/photos-local-item.h
@@ -32,7 +32,7 @@
G_BEGIN_DECLS
#define PHOTOS_TYPE_LOCAL_ITEM (photos_local_item_get_type ())
-G_DECLARE_FINAL_TYPE (PhotosLocalItem, photos_local_item, PHOTOS, LOCAL_ITEM, PhotosBaseItem)
+G_DECLARE_FINAL_TYPE (PhotosLocalItem, photos_local_item, PHOTOS, LOCAL_ITEM, PhotosBaseItem);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]