summaryrefslogtreecommitdiff
path: root/gpsinit
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 14:03:58 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 14:03:58 -0700
commit63e79d693d069070f4c2ffa7204b6703fada21a9 (patch)
treec57d0367ab590b21189ee2cf30b1cd698e11b43a /gpsinit
parent16981f2575934c602672c2e18e8d5e4a8a4cfd74 (diff)
downloadgpsd-63e79d693d069070f4c2ffa7204b6703fada21a9.tar.gz
A glut of whitespace fixes.
Diffstat (limited to 'gpsinit')
-rwxr-xr-xgpsinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsinit b/gpsinit
index 2701ae6f..f9d56086 100755
--- a/gpsinit
+++ b/gpsinit
@@ -46,7 +46,7 @@ done
shift $((${OPTIND} - 1))
candevice=$1
-
+
case ${candevice} in
plx_pci)
# For the SJA1000 based PCI or PCI-Express CAN interface
@@ -74,7 +74,7 @@ slcan)
device=${2:-/dev/ttyUSB0};
modprobe slcan;
slcan_attach -f -s5 -o ${device};
- slcand `basename ${device}`;
+ slcand `basename ${device}`;
ip link set slcan${net} up;;
beaglebone)
# For CAN interface on a BeagleBone