Home | History | Annotate | Download | only in libxcam
      1 #!/bin/bash
      2 
      3 git status -s | grep -E "\.cpp$|\.h$" | cut -c4- | xargs astyle --indent=spaces=4 --convert-tabs --pad-oper --suffix=none
      4