mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
Fix coding style
This commit is contained in:
parent
538c9b1bf8
commit
e8e4aa0a7c
16 changed files with 28 additions and 22 deletions
|
|
@ -49,7 +49,7 @@ char *xstrdup(const char *str);
|
|||
* Does nothing if <ptr> is already NULL.
|
||||
*/
|
||||
#define zfree(ptr) do { \
|
||||
free(ptr); (ptr) = NULL; \
|
||||
free(ptr); (ptr) = NULL; \
|
||||
} while (0)
|
||||
|
||||
#endif /* __LABWC_MEM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue