From a4d9a41093d1e30636dbdffedd84aea4a2439625 Mon Sep 17 00:00:00 2001 From: Frantisek Burian Date: Thu, 6 Feb 2014 00:46:05 +0100 Subject: [PATCH] [Style] Don't use editor droppings in files, please. --- include/libopencm3/stm32/f4/fmc.h | 2 +- lib/stm32/f4/fmc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libopencm3/stm32/f4/fmc.h b/include/libopencm3/stm32/f4/fmc.h index 65466916..4741dd38 100644 --- a/include/libopencm3/stm32/f4/fmc.h +++ b/include/libopencm3/stm32/f4/fmc.h @@ -1,4 +1,4 @@ -/* vim: set noexpandtab ts=8 : +/* * This file is part of the libopencm3 project. * * Copyright (C) 2013 Chuck McManis diff --git a/lib/stm32/f4/fmc.c b/lib/stm32/f4/fmc.c index 107e9e5f..0de8a4ad 100644 --- a/lib/stm32/f4/fmc.c +++ b/lib/stm32/f4/fmc.c @@ -1,4 +1,4 @@ -/* vim: set noexpandtab ts=8: +/* * * This file is part of the libopencm3 project. *