thermal: sysfs: Fix up white space in trip_point_temp_store()

Remove an excess tab character from an otherwise empty code line.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
This commit is contained in:
Rafael J. Wysocki 2024-02-09 14:49:49 +01:00
parent 85af3310df
commit ccd975daa8

View file

@ -136,7 +136,7 @@ trip_point_temp_store(struct device *dev, struct device_attribute *attr,
unlock:
mutex_unlock(&tz->lock);
return ret ? ret : count;
}