From 45e53fdd85ef9e872ef3a694fa95a8621af1e7ff Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 1 Jun 2011 06:57:50 +0000 Subject: [PATCH] scst_sysfs.c: Convert spaces to tabs. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3494 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index aad52fe26..12ac2d39f 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -3485,7 +3485,7 @@ static struct kobj_attribute session_initiator_name_attr = #define SCST_SESS_SYSFS_STAT_ATTR(name, exported_name, dir, kb) \ static ssize_t scst_sess_sysfs_##exported_name##_show(struct kobject *kobj, \ - struct kobj_attribute *attr, char *buf) \ + struct kobj_attribute *attr, char *buf) \ { \ struct scst_session *sess; \ int res; \