# HG changeset patch # User Chris Cannam # Date 1380734526 -3600 # Node ID 4920d100b290f2e26d853184e39d062a6b348477 # Parent 7f5b96734c83a8dae8ecdedbe41c817a4bb7df53 Don't use tabs diff -r 7f5b96734c83 -r 4920d100b290 tests/TestFFT.cpp --- a/tests/TestFFT.cpp Wed Oct 02 18:21:57 2013 +0100 +++ b/tests/TestFFT.cpp Wed Oct 02 18:22:06 2013 +0100 @@ -1,3 +1,4 @@ +/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ #include "dsp/transforms/FFT.h" diff -r 7f5b96734c83 -r 4920d100b290 tests/TestWindow.cpp --- a/tests/TestWindow.cpp Wed Oct 02 18:21:57 2013 +0100 +++ b/tests/TestWindow.cpp Wed Oct 02 18:22:06 2013 +0100 @@ -1,3 +1,4 @@ +/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ #include "base/Window.h"