Merge "Address comments from #725016" am: 5ca3145db9

am: 50b0f7388b

Change-Id: I66d00b6913e1b2a7bffe6bbc5b1ef2261ce9f53f
This commit is contained in:
Chalard Jean
2018-10-16 20:03:11 -07:00
committed by android-build-merger

View File

@@ -3,12 +3,8 @@
SELFNAME=$0
function getAbsolutePath() {
readlink -e $1
}
function printUsage() {
echo " $SELFNAME check coding style for HEAD in this git"
echo " $SELFNAME check coding style for HEAD in this git repository"
echo " $SELFNAME -h show this message"
}