#! /bin/bash

find . \( -name '*.h' -o -name '*.cc' -o -name '*.c' \) -print -exec clang-format -i -style=google {} \;
