From dfd16cc1f759a103707ebd27743abc621486e131 Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 16 Jul 2015 00:55:19 -0400 Subject: style police --- lib/substitute.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/substitute.h') diff --git a/lib/substitute.h b/lib/substitute.h index 6b7b9f4..034cc26 100644 --- a/lib/substitute.h +++ b/lib/substitute.h @@ -89,7 +89,8 @@ const char *substitute_strerror(int err); struct substitute_function_hook { void *function; void *replacement; - void *old_ptr; /* optional: out *pointer* to function pointer to call old impl */ + void *old_ptr; /* optional: out *pointer* to function pointer to call old + * impl */ }; /* substitute_hook_functions options */ -- cgit v1.2.3