Remove extra empty row
This commit is contained in:
parent
982c470387
commit
6a9a390eb7
1 changed files with 0 additions and 2 deletions
|
@ -154,8 +154,6 @@ int list_devices() {
|
|||
strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", localtime(×tamp));
|
||||
}
|
||||
printf("%-20s\t%-20s\t%-5i\t%-5s\t%-8s\t%-20s\n", protocol, model, sensorId, tempvalue, humidityvalue, timeBuf);
|
||||
|
||||
printf("\n");
|
||||
}
|
||||
if(sensorStatus != TELLSTICK_ERROR_DEVICE_NOT_FOUND){
|
||||
char *errorString = tdGetErrorString(sensorStatus);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue