AP_IRLock: Change the tab code to whitespace

This commit is contained in:
murata 2020-04-25 05:31:44 +09:00 committed by Randy Mackay
parent 3967c46c1a
commit 03e658772a
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@
extern const AP_HAL::HAL& hal;
#define IRLOCK_I2C_ADDRESS 0x54
#define IRLOCK_I2C_ADDRESS 0x54
#define IRLOCK_SYNC 0xAA55AA55
#define IRLOCK_SYNC 0xAA55AA55
void AP_IRLock_I2C::init(int8_t bus)
{