cns3xxx: fix coding style in board script
[openwrt-working-2016/.git] / target / linux / cns3xxx / base-files / lib / cns3xxx.sh
index d446777c02c12e7c24894a7fa4310e1a95f7b868..476f9be21de095c3cf8e0b65584b98319e5f8acb 100644 (file)
@@ -4,12 +4,12 @@
 #
 
 cns3xxx_board_name() {
-        local machine
-        local name
+       local machine
+       local name
 
-        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /Hardware/ {print $2}' /proc/cpuinfo)
+       machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /Hardware/ {print $2}' /proc/cpuinfo)
 
-        case "$machine" in
+       case "$machine" in
                "Gateworks Corporation Laguna"*)
                        name="laguna"
                        ;;