]> andersk Git - openssh.git/blobdiff - loginrec.c
- markus@cvs.openbsd.org 2004/01/30 09:48:57
[openssh.git] / loginrec.c
index 8a7092b29d33ef63b38645f18467a6d96e05e540..ef3e8e29051e5eeb1590a30d5ca6295139fcf927 100644 (file)
@@ -442,7 +442,7 @@ login_write (struct logininfo *li)
 int
 login_utmp_only(struct logininfo *li)
 {
-       li->type = LTYPE_LOGIN; 
+       li->type = LTYPE_LOGIN;
        login_set_current_time(li);
 # ifdef USE_UTMP
        utmp_write_entry(li);
@@ -1534,7 +1534,7 @@ lastlog_get_entry(struct logininfo *li)
                lastlog_populate_entry(li, &last);
                return (1);
        case -1:
-               error("%s: Error reading from %s: %s", __func__, 
+               error("%s: Error reading from %s: %s", __func__,
                    LASTLOG_FILE, strerror(errno));
                return (0);
        default:
This page took 0.036081 seconds and 4 git commands to generate.