aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-12-28 09:52:57 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-12-29 17:19:39 +0100
commitff8dd9e75c388522b260353659385d4fdfbd72ff (patch)
treec838071b42967115342c1445abc2be8eeb05a997 /utils
parentffc473efef5a8ebccc7c380d4c26982ac0de5daf (diff)
qmi-network: fix indentation
Diffstat (limited to 'utils')
-rwxr-xr-xutils/qmi-network.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/utils/qmi-network.in b/utils/qmi-network.in
index b72327c..d6a2871 100755
--- a/utils/qmi-network.in
+++ b/utils/qmi-network.in
@@ -141,16 +141,16 @@ load_profile ()
if [ "x$APN" != "x" ]; then
echo " APN: $APN"
- else
+ else
echo " APN: unset"
fi
- if [ "x$PROXY" = "xyes" ]; then
- echo " qmi-proxy: $PROXY"
- PROXY_OPT='--device-open-proxy'
- else
- echo " qmi-proxy: no"
- fi
+ if [ "x$PROXY" = "xyes" ]; then
+ echo " qmi-proxy: $PROXY"
+ PROXY_OPT='--device-open-proxy'
+ else
+ echo " qmi-proxy: no"
+ fi
else
echo "Profile at '$PROFILE_FILE' not found..."
fi
@@ -201,10 +201,10 @@ clear_state ()
# qmicli -d /dev/cdc-wdm0 --wds-start-network --client-no-release-cid
# [/dev/cdc-wdm0] Network started
-# Packet data handle: 3634026241
+# Packet data handle: 3634026241
# [/dev/cdc-wdm0] Client ID not released:
-# Service: 'wds'
-# CID: '80'
+# Service: 'wds'
+# CID: '80'
start_network ()
{
if [ "x$CID" != "x" ]; then
@@ -270,10 +270,10 @@ Downlink data aggregation max datagrams: '0'
if [ "x$QMIDEBUG" != "x" ]; then
START_NETWORK_OUT="\
[/dev/cdc-wdm0] Network started
- Packet data handle: '3634026241'
+ Packet data handle: '3634026241'
[/dev/cdc-wdm0] Client ID not released:
- Service: 'wds'
- CID: '80'"
+ Service: 'wds'
+ CID: '80'"
else
START_NETWORK_OUT=`$START_NETWORK_CMD`
fi