mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-07 05:21:42 -07:00
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
exec clang-format-3.9 -style=file $@
|