X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_error.c;h=e368ca755f86198426e83e50e626f8ad5489f2da;hp=e64e2df1179b01a05a20b578132a07c3f9e54fef;hb=7bd35b8d099910071a57c66687f6ef79c5df9a5c;hpb=9cd66f2d7fbf16ca07e1709cd156ae78cd0da278 diff --git a/src/rrd_error.c b/src/rrd_error.c index e64e2df..e368ca7 100644 --- a/src/rrd_error.c +++ b/src/rrd_error.c @@ -122,7 +122,7 @@ struct rrd_context *rrd_new_context( struct rrd_context *rrd_ctx = (struct rrd_context *) malloc(sizeof(struct rrd_context)); - if (! rrd_ctx) { + if (!rrd_ctx) { return NULL; }