diff options
author | Artem Bityutskiy <[email protected]> | 2012-09-03 09:33:32 +0300 |
---|---|---|
committer | David Woodhouse <[email protected]> | 2012-09-29 15:33:17 +0100 |
commit | fac0077cc0a1760f0afbac6526f56656ee025a34 (patch) | |
tree | 9001de839fbb04149a7f11f5824512d559ad109d /lib/string_helpers.c | |
parent | 9e0606fc4ea27fb275f6987751224c60ee055ef1 (diff) |
mtd: cmdlinepart: minor cleanups
Clean-up the driver a bit to make it easier to read and amend the coding style.
Mostly these are changes like:
if (a)
{
}
=>
if (a) {
}
Some extra blank lines were added.
Indentation was changed to use tabs instead of spaces.
Signed-off-by: Artem Bityutskiy <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions