From 0169bb47b21617c550edc93901fe34775ef2d214 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 10 Oct 1998 21:20:48 +0000 Subject: [PATCH] Whitespace change. --- lib-src/emacsserver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index ba3fa08476e..00bf923bf52 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c @@ -251,8 +251,8 @@ main (argc, argv) server.sun_family = AF_UNIX; #ifndef SERVER_HOME_DIR gethostname (system_name, sizeof (system_name)); - /* system_name must be null-terminated string */ - system_name[sizeof (system_name) - 1] = '\0'; + /* system_name must be null-terminated string */ + system_name[sizeof (system_name) - 1] = '\0'; sprintf (server.sun_path, "/tmp/esrv%d-%s", geteuid (), system_name); if (unlink (server.sun_path) == -1 && errno != ENOENT) -- 2.39.2