ac586d1cae
Change-Id: Ia89059eea51ca396a7c74143625ac9a6706de198 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120773 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2 lines
83 B
Bash
Executable file
2 lines
83 B
Bash
Executable file
#!/usr/bin/env bash
|
|
astyle --options=astyle.options --verbose --recursive ./*.java
|