From: Nathael Pajani Date: Wed, 6 Nov 2013 00:32:24 +0000 (+0100) Subject: remove space at end of line X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=962d07156f1f3725834c4ff53afba1b8a5f85531;p=soft%2Flpc122x%2Fcore remove space at end of line --- diff --git a/drivers/temp.c b/drivers/temp.c index 7cb49be..902aa91 100644 --- a/drivers/temp.c +++ b/drivers/temp.c @@ -89,7 +89,7 @@ int probe_sensor(void) */ int convert_to_deci_degrees(uint16_t raw) { - return (((int16_t)raw * 10) >> 8); + return (((int16_t)raw * 10) >> 8); } /* Temp Read