ow: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 22:01:32 +00:00
parent 0f9f3568cd
commit 95515a222d
3 changed files with 3 additions and 7 deletions

View File

@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
#define RECALL_EE 0xb8
#define READ_SCRATCHPAD 0xbe
#define OW_TEMP_DONE 0x01
#define OW_TEMP_RUNNING 0x02
@ -115,7 +114,6 @@ ow_temp_convert_t(device_t dev)
return 0;
}
static int
ow_temp_read_power_supply(device_t dev, int *parasite)
{
@ -273,7 +271,6 @@ static device_method_t ow_temp_methods[] = {
DEVMETHOD(device_probe, ow_temp_probe),
DEVMETHOD(device_attach, ow_temp_attach),
DEVMETHOD(device_detach, ow_temp_detach),
{ 0, 0 }
};

View File

@ -30,7 +30,6 @@
#include "own_if.h"
#define READ_ROM 0x33
#define MATCH_ROM 0x55
#define SKIP_ROM 0xcc