mirror of
https://github.com/mon/ifs_layeredfs.git
synced 2026-07-14 15:51:32 -05:00
6 lines
66 B
Bash
6 lines
66 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
clang-format -i src/*.cpp src/*.hpp
|