From: ayin Date: Tue, 8 Jan 2008 17:05:11 +0000 (+0000) Subject: Fix coding style. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a01f27c28f107783fd5497349f7b452cab53274f;p=dana%2Furxvt.git Fix coding style. --- diff --git a/src/rxvtc.C b/src/rxvtc.C index 4660a750..50b050ea 100644 --- a/src/rxvtc.C +++ b/src/rxvtc.C @@ -49,7 +49,7 @@ client::client () sockaddr_un sa; char *sockname = rxvt_connection::unix_sockname (); - if (strlen(sockname) >= sizeof(sa.sun_path)) + if (strlen (sockname) >= sizeof (sa.sun_path)) { fputs ("socket name too long, aborting.\n", stderr); exit (STATUS_FAILURE);