From 5e8c0c90589ce091bc3d8cc89e9e80ca0c201630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Thu, 31 Jul 2014 20:44:09 +0200 Subject: [PATCH] converting tabs to spaces in core (#1439) This PR converts tabs to white spaces. The statement I used for the conversion: '''find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;''' Afterwards, I had a quick overview of the converted files to prevent odd indentation. --- core/include/arch/hwtimer_arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/arch/hwtimer_arch.h b/core/include/arch/hwtimer_arch.h index 75c0be846..447700212 100644 --- a/core/include/arch/hwtimer_arch.h +++ b/core/include/arch/hwtimer_arch.h @@ -7,7 +7,7 @@ */ /** - * @ingroup core_arch + * @ingroup core_arch * @{ * * @file hwtimer_arch.h