From 612b95b43098f8311cbd17d63a153ae2b5091b48 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 24 Feb 2022 15:06:23 +0100 Subject: [PATCH] Some minor changes --- format.bat | 2 +- hooks/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/format.bat b/format.bat index 00aa3a87..c6d3c3eb 100644 --- a/format.bat +++ b/format.bat @@ -1,2 +1,2 @@ @echo off -hooks\AStyleHelper.exe Silent \ No newline at end of file +hooks\AStyleHelper.exe Silent diff --git a/hooks/README.md b/hooks/README.md index 10e891b6..8ebf27fc 100644 --- a/hooks/README.md +++ b/hooks/README.md @@ -1,4 +1,4 @@ -# hooks +# Hooks This contains two binaries `AStyleHelper.exe` and `AStyle.dll` to format any code before you commit.