scst/include/scst_debug.h: Insert a space to keep checkpatch happy

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7359 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-02-04 23:56:31 +00:00
parent a290c4ea4b
commit c036d7afc3

View File

@@ -406,6 +406,6 @@ do { \
__warned = true; \
PRINT_WARNING(format, ## args); \
} \
} while(0)
} while (0)
#endif /* __SCST_DEBUG_H */