From 56d31a07a20bacc1d9d81eed8a3c77521f77fdac Mon Sep 17 00:00:00 2001 From: Mike Holmes Date: Wed, 20 Aug 2014 15:23:07 -0400 Subject: odp_check: align pointer with name Signed-off-by: Mike Holmes Reviewed-by: Anders Roxell --- scripts/odp_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/odp_check') diff --git a/scripts/odp_check b/scripts/odp_check index 8df35fabb..09c859be6 100755 --- a/scripts/odp_check +++ b/scripts/odp_check @@ -15,6 +15,6 @@ if ! type "astyle" >/dev/null >/dev/null; then exit -1 fi -astyle --style=linux --indent=force-tab=8 $1 +astyle --style=linux --indent=force-tab=8 --align-pointer=name $1 $DIR/cleanfile $1 $DIR/checkpatch.pl -f $1 -- cgit v1.2.3