summaryrefslogtreecommitdiffstats
path: root/sal/qa/inc/valueequal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/inc/valueequal.hxx')
-rw-r--r--sal/qa/inc/valueequal.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/qa/inc/valueequal.hxx b/sal/qa/inc/valueequal.hxx
index df989c1e90a8..9dd390158698 100644
--- a/sal/qa/inc/valueequal.hxx
+++ b/sal/qa/inc/valueequal.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <math.h>
#define PREC_float 1
@@ -131,3 +132,5 @@ bool is_double_equal(double x, double y)
{
return is_equal<double>(x, y, PREC_double);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */