Diff between e05ba1470b5c88fb01815efe888790970023760a and 9d86dbee0a3fa2b6a6ed0108a288208a7a496665

Changed Files

File Additions Deletions Status
profiles/heartrate/heartrate.c +2 -2 modified

Full Patch

diff --git a/profiles/heartrate/heartrate.c b/profiles/heartrate/heartrate.c
index 8b3ecab..4b95c5d 100644
--- a/profiles/heartrate/heartrate.c
+++ b/profiles/heartrate/heartrate.c
@@ -110,6 +110,7 @@ static const gchar *location2str(uint8_t value)
 		return location_enum[value];
 
 	error("Body Sensor Location [%d] is RFU", value);
+
 	return NULL;
 }
 
@@ -714,8 +715,7 @@ static const GDBusMethodTable heartrate_device_methods[] = {
 	{ GDBUS_METHOD("GetProperties",
 			NULL, GDBUS_ARGS({ "properties", "a{sv}" }),
 			get_properties) },
-	{ GDBUS_METHOD("Reset", NULL, NULL,
-			hrcp_reset) },
+	{ GDBUS_METHOD("Reset", NULL, NULL, hrcp_reset) },
 	{ }
 };