From 9f1317c2b424e6eca11869f397cda38020511c80 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Fri, 4 Nov 2011 10:19:00 +0900 Subject: [PATCH] [Elementary.h] Remove small whitespace differences --- src/lib/Elementary.h.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index bc88ae1..267ba73 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -10516,13 +10516,14 @@ extern "C" { Elm_Store_Item_Mapping_Type type; const char *part; int offset; - union { + union + { Elm_Store_Item_Mapping_Empty empty; Elm_Store_Item_Mapping_Icon icon; Elm_Store_Item_Mapping_Photo photo; Elm_Store_Item_Mapping_Custom custom; // add more types here - } details; + } details; }; struct _Elm_Store_Item_Info -- 2.7.4