Delete trailing whitespace.
[freeradius.git] / src / modules / rlm_linelog / rlm_linelog.c
index 66fedf3..bdb9dfd 100755 (executable)
@@ -65,7 +65,7 @@ static int linelog_detach(void *instance)
 {
        rlm_linelog_t *inst = instance;
 
-       
+
        free(inst);
        return 0;
 }
@@ -186,7 +186,7 @@ static int do_linelog(void *instance, REQUEST *request)
        radius_xlat(line, sizeof(line) - 1, inst->line, request,
                    linelog_escape_func);
        strcat(line, "\n");
-       
+
        write(fd, line, strlen(line));
        close(fd);