mirror of
https://github.com/labwc/labwc.git
synced 2026-02-24 01:40:15 -05:00
Update .clang-format
Align with wlroots style
This commit is contained in:
parent
96b5ab1fc1
commit
96e05057a3
32 changed files with 669 additions and 515 deletions
|
|
@ -1,16 +1,18 @@
|
|||
#include <strings.h>
|
||||
|
||||
#include "common/spawn.h"
|
||||
#include "common/log.h"
|
||||
#include "common/spawn.h"
|
||||
#include "labwc.h"
|
||||
|
||||
static void reconfigure(void)
|
||||
static void
|
||||
reconfigure(void)
|
||||
{
|
||||
char *const args[] = { "killall", "-SIGHUP", "labwc", NULL };
|
||||
execvp(args[0], args);
|
||||
}
|
||||
|
||||
void action(struct server *server, const char *action, const char *command)
|
||||
void
|
||||
action(struct server *server, const char *action, const char *command)
|
||||
{
|
||||
if (!action)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue