From 3a61c84faa3401c6b8fed0210e5e1ee3fa56f5d1 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 2 Dec 2011 10:08:52 -0200 Subject: [PATCH] Remove trailing whitespace --- libkmod/libkmod-index.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libkmod/libkmod-index.c b/libkmod/libkmod-index.c index 5b4a1ebe..b4d8f43b 100644 --- a/libkmod/libkmod-index.c +++ b/libkmod/libkmod-index.c @@ -187,8 +187,8 @@ static int index__haschildren(const struct index_node *node) */ static uint32_t index_write__node(const struct index_node *node, FILE *out) { - uint32_t *child_offs = NULL; - int child_count = 0; + uint32_t *child_offs = NULL; + int child_count = 0; long offset; if (!node) -- 2.47.3