summaryrefslogtreecommitdiffstats
path: root/libfdt
diff options
context:
space:
mode:
Diffstat (limited to 'libfdt')
-rw-r--r--libfdt/fdt_ro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfdt/fdt_ro.c b/libfdt/fdt_ro.c
index f884083950..4b20553da0 100644
--- a/libfdt/fdt_ro.c
+++ b/libfdt/fdt_ro.c
@@ -171,7 +171,7 @@ int fdt_path_offset(const void *fdt, const char *path)
p = q;
}
- return offset;
+ return offset;
}
/*
@@ -240,7 +240,7 @@ struct fdt_property *fdt_get_property(const void *fdt,
if (lenp)
*lenp = len;
-
+
return prop;
}
break;
OpenPOWER on IntegriCloud