diff options
author | Gerald Van Baren <vanbaren@cideas.com> | 2007-03-31 14:30:53 -0400 |
---|---|---|
committer | Gerald Van Baren <vanbaren@cideas.com> | 2007-03-31 14:30:53 -0400 |
commit | aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73 (patch) | |
tree | 628b9fc238880369cef5a6b42c71dc46258ef0b0 /libfdt/fdt_ro.c | |
parent | 213bf8c822de8eecaf69860684469cdaba2e9e6a (diff) | |
download | u-boot-aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73.tar.gz |
Fix some minor whitespace violations.
Diffstat (limited to 'libfdt/fdt_ro.c')
-rw-r--r-- | libfdt/fdt_ro.c | 4 |
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; |