make style

This commit is contained in:
Philippe Teuwen
2020-05-06 13:38:51 +02:00
parent 4b41e36d49
commit eafeb47126
6 changed files with 16 additions and 16 deletions

View File

@@ -184,7 +184,7 @@ serial_port uart_open(const char *pcPortName, uint32_t speed) {
}
if (memcmp(prefix, "bt:", 3) == 0) {
free(prefix);
free(prefix);
#ifdef HAVE_BLUEZ
if (strlen(pcPortName) != 20) {