OSDN Git Service

Minor coding style fix
authorJohan Hedberg <johan.hedberg@nokia.com>
Tue, 30 Jun 2009 12:58:15 +0000 (15:58 +0300)
committerJohan Hedberg <johan.hedberg@nokia.com>
Tue, 30 Jun 2009 12:58:15 +0000 (15:58 +0300)
src/security.c

index 217b704..f3beadc 100644 (file)
@@ -134,7 +134,7 @@ static void hci_req_queue_process(int dev_id)
                        g_free(data);
                }
 
-       } while(ret_val < 0);
+       } while (ret_val < 0);
 
        hci_close_dev(dd);
 }