Remove extra empty row

This commit is contained in:
Micke Prag 2012-01-18 11:54:37 +01:00
parent 982c470387
commit 6a9a390eb7

View file

@ -154,8 +154,6 @@ int list_devices() {
strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", localtime(&timestamp));
}
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);