From 4ecfcea9f8dbb41dd352da1ca1ef919d8caa4476 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Mon, 13 Mar 2017 22:09:49 +0700 Subject: [PATCH] hacking: being picky with uppercase ? --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index b2e7ba7..3aa4f20 100644 --- a/HACKING.md +++ b/HACKING.md @@ -31,7 +31,7 @@ Then run the following command to view the doc. x-www-browser ./build/src/html/index.html -Design overview +Design Overview --------------- The lowest level part of the code is the sound backend. Only Alsa is supported @@ -58,7 +58,7 @@ and we must update the ui accordingly. So listening to changes from the audio subsystem (and therefore having a *signal-oriented* design) is the most obvious solution to solve that problem. -Coding style +Coding Style ------------ This is more or less kernel coding style. Try to match the surroundings.