summaryrefslogtreecommitdiff
path: root/loginrec.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2021-04-03 17:47:37 +1100
committerDamien Miller <djm@mindrot.org>2021-04-03 17:47:37 +1100
commit57ed647ee07bb883a2f2264231bcd1df6a5b9392 (patch)
treeb6857717f688761bc7c4891ece4b23a4413076fa /loginrec.h
parent31d8d231eb9377df474746a822d380c5d68d7ad6 (diff)
downloadopenssh-git-57ed647ee07bb883a2f2264231bcd1df6a5b9392.tar.gz
polish whitespace for portable files
Diffstat (limited to 'loginrec.h')
-rw-r--r--loginrec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginrec.h b/loginrec.h
index 62cc0e78..02bceb60 100644
--- a/loginrec.h
+++ b/loginrec.h
@@ -94,7 +94,7 @@ struct logininfo *login_alloc_entry(pid_t pid, const char *username,
void login_free_entry(struct logininfo *li);
/* fill out a pre-allocated structure with useful information */
int login_init_entry(struct logininfo *li, pid_t pid, const char *username,
- const char *hostname, const char *line);
+ const char *hostname, const char *line);
/* place the current time in a logininfo struct */
void login_set_current_time(struct logininfo *li);