summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@redhat.com>2016-12-14 16:14:25 +0100
committerPeter Lemenkov <lemenkov@redhat.com>2016-12-14 16:14:25 +0100
commitaf906671f4066a2e13cb88171cd03fb953443acd (patch)
treeda9fee318291d291d0d8b3b5f7bc8240b8c500dc
parentba0d0533bf8aab7938796ddca3987fc5ed776cb7 (diff)
downloaderlang-sd_notify-af906671f4066a2e13cb88171cd03fb953443acd.tar.gz
Remove whitespace
Signed-off-by: Peter Lemenkov <lemenkov@redhat.com>
-rw-r--r--c_src/sd_notify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c_src/sd_notify.c b/c_src/sd_notify.c
index 19425b2..5c21be4 100644
--- a/c_src/sd_notify.c
+++ b/c_src/sd_notify.c
@@ -61,7 +61,6 @@ static ERL_NIF_TERM sd_pid_notify_with_fds_nif(ErlNifEnv* env, int argc, const E
return enif_make_int(env, result);
}
-
static ErlNifFunc nif_funcs[] =
{
{"sd_pid_notify_with_fds", 4, sd_pid_notify_with_fds_nif},