diff --git a/android/bluetooth.c b/android/bluetooth.c
index 7a203af..1e760d4 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
bool found; /* if device is found in current discovery session */
unsigned int confirm_id; /* mgtm command id if command pending */
-
};
struct browse_req {
info->type = g_key_file_get_integer(key_file, peer, keytype_s, NULL);
- info->enc_size = g_key_file_get_integer(key_file, peer, encsize_s, NULL);
+ info->enc_size = g_key_file_get_integer(key_file, peer, encsize_s,
+ NULL);
info->rand = g_key_file_get_uint64(key_file, peer, rand_s, NULL);
info->rand = cpu_to_le64(info->rand);