diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-21 17:12:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-21 17:12:59 +0000 |
| commit | 34bff2d25507d70d3ff92bf01ebfdb0c78be125e (patch) | |
| tree | f740b049027320b3222d3b80bcfb88240ca21417 | |
| parent | 0aa7f70d91245d4a523c625d978063675ffc3ac7 (diff) | |
whitespace
| -rw-r--r-- | openbox/action.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/action.h b/openbox/action.h index c88ad85f..1cd8f42f 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -191,10 +191,10 @@ void action_run_list(GSList *acts, struct _ObClient *c, action_run_list(a, c, s, 0, -1, -1, n, d) #define action_run_key(a, c, s, x, y) \ - action_run_list(a, c, s, 0, x, y, FALSE,FALSE) + action_run_list(a, c, s, 0, x, y, FALSE, FALSE) #define action_run(a, c, s) \ - action_run_list(a, c, s, 0, -1, -1, FALSE,FALSE) + action_run_list(a, c, s, 0, -1, -1, FALSE, FALSE) /* Execute */ void action_execute(union ActionData *data); |
