1. Change tag style for error log
[platform/core/location/lbs-location.git] / location / manager / location-accuracy.c
index 034b9f8..5e9bcdd 100644 (file)
@@ -31,10 +31,9 @@ location_accuracy_get_type(void)
 {
        static volatile gsize type_volatile = 0;
        if (g_once_init_enter(&type_volatile)) {
-               GType type = g_boxed_type_register_static(
-                                               g_intern_static_string("LocationAccuracy"),
-                                               (GBoxedCopyFunc) location_accuracy_copy,
-                                               (GBoxedFreeFunc) location_accuracy_free);
+               GType type = g_boxed_type_register_static(g_intern_static_string("LocationAccuracy"),
+                                       (GBoxedCopyFunc) location_accuracy_copy, (GBoxedFreeFunc) location_accuracy_free);
+
                g_once_init_leave(&type_volatile, type);
        }
        return type_volatile;