Remove redundant empty line

This commit is contained in:
Johan Hedberg 2011-09-21 17:04:02 +09:00
parent 9390bf465f
commit 26bc2d99dd

View File

@ -1514,7 +1514,6 @@ static void get_record_cb(sdp_list_t *recs, int err, gpointer user_data)
sdp_list_free(classes, free);
if (sdp_uuid_cmp(&class, &uuid) == 0)
break;
}