aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2020-04-04 17:50:41 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-08 20:15:43 +0200
commit02656caa7b3c6da24a1c253b8d28887ab5c1bed1 (patch)
tree3adf47e7cba6d2b644475dc7ec1e6f710f2aadf3 /package/base-files
parent94f344997769a9a18e2d73574d9d17785828955d (diff)
downloadupstream-02656caa7b3c6da24a1c253b8d28887ab5c1bed1.tar.gz
upstream-02656caa7b3c6da24a1c253b8d28887ab5c1bed1.tar.bz2
upstream-02656caa7b3c6da24a1c253b8d28887ab5c1bed1.zip
base-files: upgrade: fix indent
Use same indent as for the rest of the file. Signed-off-by: Javier Marcet <javier@marcet.info> [add commit description] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/lib/upgrade/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh
index a4de7e1666..c375b70742 100644
--- a/package/base-files/files/lib/upgrade/common.sh
+++ b/package/base-files/files/lib/upgrade/common.sh
@@ -103,11 +103,11 @@ get_magic_long() {
}
get_magic_gpt() {
- (get_image "$@" | dd bs=8 count=1 skip=64) 2>/dev/null
+ (get_image "$@" | dd bs=8 count=1 skip=64) 2>/dev/null
}
get_magic_vfat() {
- (get_image "$@" | dd bs=1 count=3 skip=54) 2>/dev/null
+ (get_image "$@" | dd bs=1 count=3 skip=54) 2>/dev/null
}
part_magic_efi() {