mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
Fix trivial coding style breaches
This commit is contained in:
parent
8e1f115486
commit
5b34c81768
22 changed files with 151 additions and 91 deletions
|
|
@ -45,7 +45,7 @@ static const char *
|
|||
get_formatted_app_id(struct view *view)
|
||||
{
|
||||
char *s = (char *)view_get_string_prop(view, "app_id");
|
||||
if (s == NULL) {
|
||||
if (!s) {
|
||||
return NULL;
|
||||
}
|
||||
/* remove the first two nodes of 'org.' strings */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue