chiark / gitweb /
journalctl: output FSS key as QR code on generating
[elogind.git] / src / shared / util.c
index cbf44ebdfd618a2b69cb6748c16005870a4e4717..041b759287753044b787570f00c8b4e4b5579568 100644 (file)
@@ -3089,7 +3089,6 @@ bool hostname_is_set(void) {
         return !isempty(u.nodename) && !streq(u.nodename, "(none)");
 }
 
-
 static char *lookup_uid(uid_t uid) {
         long bufsize;
         char *buf, *name;