Commit 4ae093ea authored by Luis Ubieda's avatar Luis Ubieda Committed by Anas Nashif
Browse files

drivers: i2c: nrfx_twi_rtio: Minor indentation fixes



Not necessarily related to the namespacing changes, but just
establishing proper indentation formatting throughout the whole file.

Signed-off-by: default avatarLuis Ubieda <luisf@croxel.com>
parent 98c121d2
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -103,8 +103,7 @@ static void i2c_nrfx_twi_rtio_complete(const struct device *dev, int status)
	}
}

static int i2c_nrfx_twi_rtio_transfer(const struct device *dev,
				 struct i2c_msg *msgs,
static int i2c_nrfx_twi_rtio_transfer(const struct device *dev, struct i2c_msg *msgs,
				      uint8_t num_msgs, uint16_t addr)
{
	struct i2c_rtio *const ctx = ((struct i2c_nrfx_twi_rtio_data *)