Edit

IABSD.fr/xenocara/lib/libva/style_unify

Branch :

  • Show log

    Commit

  • Author : rsadowski
    Date : 2024-07-19 14:27:39
    Hash : d4c4344e
    Message : Import libva 2.22.0

  • lib/libva/style_unify
  • #!/bin/bash
    file=$(find . -name "*.[ch]" -o -name "*.cpp")
    for i in $file
    do 
        echo $i 
        astyle --style=linux -s4 -c -s -p -U -H -n $i
    done