mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Coding style enforcement
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
This commit is contained in:
parent
af1b3d9755
commit
2139001c9f
11 changed files with 119 additions and 136 deletions
|
|
@ -15,7 +15,7 @@ static bool exists(const char *path) {
|
|||
return access(path, R_OK) != -1;
|
||||
}
|
||||
|
||||
static char* get_config_path() {
|
||||
static char *get_config_path() {
|
||||
char *name = "/.sway/config";
|
||||
const char *home = getenv("HOME");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue