mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
astyle --options=astyle-options --recursive --suffix=none "*.h" "*.cpp"
|