]> git.proxmox.com Git - systemd.git/blobdiff - src/login/logind-button.h
New upstream version 240
[systemd.git] / src / login / logind-button.h
index 740cf0b7865cfcf32a510688f57fe7d43428054f..d009851cf44b6eb6cd18e8c9c4eafa6c59f01038 100644 (file)
@@ -20,7 +20,7 @@ struct Button {
 };
 
 Button* button_new(Manager *m, const char *name);
-void button_free(Button*b);
+void button_free(Button *b);
 int button_open(Button *b);
 int button_set_seat(Button *b, const char *sn);
 int button_check_switches(Button *b);