diff options
author | 2019-02-10 23:24:14 +0000 | |
---|---|---|
committer | 2019-02-10 23:24:14 +0000 | |
commit | 4d2ef36c99c529ca643632eb3b775e47698884ce (patch) | |
tree | 143a3959b3f8d0de350932427f3ca3dedfff0ab8 /usr.bin/rsync/symlinks.c | |
parent | change the Makefile to be a normal OpenBSD bsd.prog.mk style file (diff) | |
download | wireguard-openbsd-4d2ef36c99c529ca643632eb3b775e47698884ce.tar.xz wireguard-openbsd-4d2ef36c99c529ca643632eb3b775e47698884ce.zip |
fix whitespace
Diffstat (limited to 'usr.bin/rsync/symlinks.c')
-rw-r--r-- | usr.bin/rsync/symlinks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rsync/symlinks.c b/usr.bin/rsync/symlinks.c index b85d3866fc9..18ef8cd2483 100644 --- a/usr.bin/rsync/symlinks.c +++ b/usr.bin/rsync/symlinks.c @@ -1,4 +1,4 @@ -/* $Id: symlinks.c,v 1.1 2019/02/10 23:18:28 benno Exp $ */ +/* $Id: symlinks.c,v 1.2 2019/02/10 23:24:14 benno Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * |