From 6042ff5942e8234f944f7509b413ccc257a9e457 Mon Sep 17 00:00:00 2001 From: Ragnar Jensen Date: Mon, 16 Mar 2015 23:10:56 +0100 Subject: [PATCH] Fix leading comment section. --- hddledPi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hddledPi.c b/hddledPi.c index 44fddb5..4c4e0e1 100644 --- a/hddledPi.c +++ b/hddledPi.c @@ -1,4 +1,4 @@ -/ ************************************************************************** +/************************************************************************** * * A disk activity light for the Raspberry Pi, using an LED connected to a GPIO pin. * Based on hddled.c - http://members.optusnet.com.au/foonly/whirlpool/code/hddled.c -