ofono/gdbus
Lucas De Marchi 752a2ccec8 gdbus: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-12-08 16:33:06 +01:00
..
gdbus.h Add support for GDBus security action and flags 2010-09-09 18:26:36 +02:00
mainloop.c gdbus: fix not handling bus disconnects 2010-10-13 15:55:26 +03:00
object.c gdbus: explicitly compare pointers to NULL 2010-12-08 16:33:06 +01:00
polkit.c gdbus: explicitly compare pointers to NULL 2010-12-08 16:33:06 +01:00
watch.c gdbus: explicitly compare pointers to NULL 2010-12-08 16:33:06 +01:00