aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>2016-02-16 13:47:19 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2016-02-21 23:55:51 +0100
commit6bbfdc6a822aa56d2676d0d40022bc4ff3bacd1a (patch)
treecce29addcb6b28f5fdea045b7a47408c1db00d9a
parentfde8e569150591d98ec8bf54c4503a689cd88682 (diff)
downloadneard-6bbfdc6a822aa56d2676d0d40022bc4ff3bacd1a.tar.gz
ndef: Minor whitespace corrections
-rw-r--r--src/ndef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ndef.c b/src/ndef.c
index e8f950e..6890b96 100644
--- a/src/ndef.c
+++ b/src/ndef.c
@@ -375,7 +375,7 @@ static gboolean property_get_type(const GDBusPropertyTable *property,
type = "AAR";
break;
}
-
+
if (!type)
return FALSE;
@@ -2974,7 +2974,7 @@ int near_ndef_count_records(uint8_t *ndef_in, size_t ndef_in_length,
int err;
size_t offset;
struct near_ndef_record *record = NULL;
- int counted_records = 0 ;
+ int counted_records = 0;
DBG("");