mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-04 21:34:55 +00:00
6 lines
58 B
Bash
6 lines
58 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
exec clang-format-3.9 -style=file $@
|