mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Fix coding style
This commit is contained in:
parent
4c66004fa8
commit
b967592289
3 changed files with 8 additions and 5 deletions
|
|
@ -30,5 +30,5 @@ grab_file(const char *filename)
|
|||
}
|
||||
free(line);
|
||||
fclose(stream);
|
||||
return (buffer.buf);
|
||||
return buffer.buf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue