diff base/Restrict.h @ 505:930b5b0f707d

Merge branch 'codestyle-and-tidy'
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Jun 2019 12:55:15 +0100
parents d48276a3ae24
children
line wrap: on
line diff
--- a/base/Restrict.h	Thu May 30 16:18:13 2019 +0100
+++ b/base/Restrict.h	Wed Jun 05 12:55:15 2019 +0100
@@ -1,17 +1,18 @@
-
-#ifndef QM_DSP_RESTRICT_H
-#define QM_DSP_RESTRICT_H
-
-#ifdef _MSC_VER
-#define QM_R__ __restrict
-#endif
-
-#ifdef __GNUC__
-#define QM_R__ __restrict__
-#endif
-
-#ifndef QM_R__
-#define QM_R__
-#endif
-
-#endif
+/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
+
+#ifndef QM_DSP_RESTRICT_H
+#define QM_DSP_RESTRICT_H
+
+#ifdef _MSC_VER
+#define QM_R__ __restrict
+#endif
+
+#ifdef __GNUC__
+#define QM_R__ __restrict__
+#endif
+
+#ifndef QM_R__
+#define QM_R__
+#endif
+
+#endif