if (result)
                                        goto error_read_raw;
                        }
-                       ret =  inv_mpu6050_sensor_show(st, st->reg->raw_gyro,
-                                                      chan->channel2, val);
+                       ret = inv_mpu6050_sensor_show(st, st->reg->raw_gyro,
+                                                     chan->channel2, val);
                        if (!st->chip_config.gyro_fifo_enable ||
                            !st->chip_config.enable) {
                                result = inv_mpu6050_switch_engine(st, false,
                .type = _type,                                        \
                .modified = 1,                                        \
                .channel2 = _channel2,                                \
-               .info_mask_shared_by_type =  BIT(IIO_CHAN_INFO_SCALE), \
+               .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), \
                .info_mask_separate = BIT(IIO_CHAN_INFO_RAW),         \
                .scan_index = _index,                                 \
                .scan_type = {                                        \
         */
        {
                .type = IIO_TEMP,
-               .info_mask_separate =  BIT(IIO_CHAN_INFO_RAW)
+               .info_mask_separate = BIT(IIO_CHAN_INFO_RAW)
                                | BIT(IIO_CHAN_INFO_OFFSET)
                                | BIT(IIO_CHAN_INFO_SCALE),
                .scan_index = -1,