mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
0b3b5f6174
Only tested on Windows so far
6 lines
58 B
Bash
6 lines
58 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
exec clang-format-3.9 -style=file $@
|