diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 12:42:56 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 12:42:56 +0000 |
commit | 78e0c55c8a6d7adffd537d12318e8c1ed333e6c7 (patch) | |
tree | d0390c0bbbc1333c09b25c2f1268998df5615c2b /hcid | |
parent | 32c66136e4c4447a483dd42dcb1803a16c2ca3f8 (diff) |
Remove unnecessary empty line
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-hci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index 300181ec..e770e70d 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -854,7 +854,6 @@ static void pincode_cb(struct agent *agent, DBusError *err, const char *pincode, return; } - str2ba(adapter->address, &sba); str2ba(device->address, &dba); |