mirror of
https://github.com/zxing/zxing.git
synced 2025-01-13 04:07:27 -08:00
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
astyle --options=astyle-options --recursive --suffix=none "*.h" "*.cpp"
|