On Sun, Jun 26, 2011 at 11:56 PM, Syam Sidhardhan <syamsidhardh@xxxxxxxxx> wrote: > @@ -134,7 +134,7 @@ time_t parse_iso8601(const gchar *str, int len) { > time_t time; > time_t tz_offset = 0; > > - memset (&tm, 0, sizeof (struct tm)); > + memset (&tm, 0, sizeof(struct tm)); > > /* According to spec the time doesn't have to be null terminated */ > if (str[len - 1] != '\0') { I suppose space before '(' can also be removed here and in some other (possibly 3) calls in gwobex. -- Slawomir Bochenski -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html