From: Richard M. Stallman Date: Sat, 10 Oct 1998 21:20:48 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-20.4~1536 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0169bb47b21617c550edc93901fe34775ef2d214;p=emacs.git Whitespace change. --- 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)