chiark / gitweb /
Prep v231.2: Send processes the wakeup signal, even if suspending the system failed.
[elogind.git] / src / login / test-login-shared.c
index f55e399d276802ec2a432fd633fef86b3a0e3b38..47d8bf077a6a25bbdd243411bf283083b0f848c8 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
@@ -24,7 +22,6 @@
 
 /// Additional includes needed by elogind
 #include "musl_missing.h"
-
 static void test_session_id_valid(void) {
         assert_se(session_id_valid("c1"));
         assert_se(session_id_valid("1234"));