summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGris Ge <fge@redhat.com>2018-01-18 19:29:01 +0800
committerGris Ge <fge@redhat.com>2018-01-19 21:22:57 +0800
commitff54b136682c19e917494cc50af9b6c40118853d (patch)
tree61f824332dcccfb718043e06ec3c5383443d5075
parent682dda37a3f7250fb26b62bf24645f47b1070a2a (diff)
downloadopen-iscsi-ff54b136682c19e917494cc50af9b6c40118853d.tar.gz
Remove white spaces.
Signed-off-by: Gris Ge <fge@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--usr/iface.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 709f005..6385045 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# if you are packaging open-iscsi, set this variable to the location
# that you want everything installed into.
-DESTDIR ?=
+DESTDIR ?=
prefix = /usr
exec_prefix = /
diff --git a/usr/iface.c b/usr/iface.c
index 74e63f6..af0708a 100644
--- a/usr/iface.c
+++ b/usr/iface.c
@@ -531,7 +531,7 @@ static int __iface_setup_host_bindings(void *data, struct host_info *hinfo)
&nr_found,
iface_setup_binding_from_kern_iface);
if (!nr_found)
- iface_setup_binding_from_kern_iface(hinfo, NULL);
+ iface_setup_binding_from_kern_iface(hinfo, NULL);
return 0;
}