On Sun, Jun 26, 2011 at 11:56 PM, Syam Sidhardhan
[off-list ref] wrote:
quoted hunk ↗ jump to hunk
@@ -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