Sindbad~EG File Manager

Current Path : /proc/2715199/root/usr/share/doc/git/contrib/coccinelle/
Upload File :
Current File : //proc/2715199/root/usr/share/doc/git/contrib/coccinelle/equals-null.cocci

/* SPDX-License-Identifier: LGPL-2.1-or-later */
@@
expression e;
statement s;
@@
if (
(
!e
|
- e == NULL
+ !e
)
   )
   {...}
else s

@@
expression e;
statement s;
@@
if (
(
e
|
- e != NULL
+ e
)
   )
   {...}
else s

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists