Delete trailing whitespace.
[freeradius.git] / src / modules / rlm_unix / rlm_unix.c
index 40a6401..89833f8 100644 (file)
@@ -516,12 +516,12 @@ static int unix_accounting(void *instance, REQUEST *request)
        if (nas_address == 0) {
                RADCLIENT *cl;
                nas_address = request->packet->src_ipaddr.ipaddr.ip4addr.s_addr;
-               
+
                if ((cl = client_find_old(&request->packet->src_ipaddr)) != NULL)
                        s = cl->shortname;
        }
        if (!s || s[0] == 0) s = uue(&(nas_address));
-       
+
 #ifdef __linux__
        /*
         *      Linux has a field for the client address.