#!/bin/sh

# Apply automated code formatting
make -C $(git rev-parse --show-toplevel) style
