summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-20 16:22:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-20 16:22:34 +0000
commit511ddf28d7028235f2b77ded6449e44ff74a2935 (patch)
treed1e03a4182e9627d7d07bf14192a725b729b6fa6 /usr.bin
parente7f297a877c6ddb1bc6712de6a988eea06de2618 (diff)
spaces
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/less/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/main.c b/usr.bin/less/main.c
index 6c35776c99f..9b727519f46 100644
--- a/usr.bin/less/main.c
+++ b/usr.bin/less/main.c
@@ -315,7 +315,7 @@ char *
estrdup(const char *str)
{
char *n;
-
+
n = strdup(str);
if (n == NULL) {
error("Cannot allocate memory", NULL);