summaryrefslogtreecommitdiff
path: root/src/technology.c
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-04-20 16:35:48 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-04-20 17:08:04 +0200
commite436352b08263869f29ca9283ab1bf95e5b14b03 (patch)
treea390ebb9c06182ae9239f29d212e87a55decb9b5 /src/technology.c
parent209127678cedcc8bc52a4cc547fed95f07120a64 (diff)
downloadconnman-e436352b08263869f29ca9283ab1bf95e5b14b03.tar.gz
connman-e436352b08263869f29ca9283ab1bf95e5b14b03.tar.bz2
connman-e436352b08263869f29ca9283ab1bf95e5b14b03.zip
technology: Fix indention
Diffstat (limited to 'src/technology.c')
-rw-r--r--src/technology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/technology.c b/src/technology.c
index 2b34f508..27ada407 100644
--- a/src/technology.c
+++ b/src/technology.c
@@ -91,7 +91,7 @@ static void rfkill_check(gpointer key, gpointer value, gpointer user_data)
/* Calling _technology_rfkill_add will update the tech. */
if (rfkill->type == type)
- __connman_technology_add_rfkill(rfkill->index, type,
+ __connman_technology_add_rfkill(rfkill->index, type,
rfkill->softblock, rfkill->hardblock);
}