aboutsummaryrefslogtreecommitdiff
path: root/utils/src
diff options
context:
space:
mode:
authorHo-Eun Ryu <ho-eun.ryu@windriver.com>2009-10-28 20:01:20 +0900
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:03:33 -0700
commit3739d03aa380db0d809c6acf7968c629e769b0c2 (patch)
treee6da1887f03eb51577be2fda90081ee40e412b2e /utils/src
parent30bd6062e4b295f5f7bcaeb98165065310d29269 (diff)
downloadwrs_omxil_core-3739d03aa380db0d809c6acf7968c629e769b0c2.tar.gz
misc: remove trailing whitespace
Diffstat (limited to 'utils/src')
-rw-r--r--utils/src/module.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/src/module.c b/utils/src/module.c
index 5f0f6d2..b8742d2 100644
--- a/utils/src/module.c
+++ b/utils/src/module.c
@@ -38,7 +38,6 @@ static pthread_mutex_t g_lock = PTHREAD_MUTEX_INITIALIZER;
static struct module *module_find_with_name(struct module *head,
const char *filename)
-
{
struct module *module;
@@ -52,7 +51,6 @@ static struct module *module_find_with_name(struct module *head,
static struct module *module_find_with_handle(struct module *head,
const void *handle)
-
{
struct module *module;