aboutsummaryrefslogtreecommitdiff
path: root/drd/drd_load_store.h
diff options
context:
space:
mode:
authorbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-03-26 19:07:15 +0000
committerbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-03-26 19:07:15 +0000
commitbedfd237fbdc80d0c917cfcb85a94b5561c92633 (patch)
treeca3765f5de096ac686cb53fa0bc47585b031c373 /drd/drd_load_store.h
parentcd7bfdf7393ca23803c4097b540e214b3aca01c4 (diff)
downloadvalgrind-bedfd237fbdc80d0c917cfcb85a94b5561c92633.tar.gz
- Reindented code such that it uses three spaces for indentation instead
of two. The indentation of the DRD source code is now consistent with the other Valgrind source files. - Added emacs mode line with indentation settings. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9496 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'drd/drd_load_store.h')
-rw-r--r--drd/drd_load_store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drd/drd_load_store.h b/drd/drd_load_store.h
index 19ab44f75..fcd7cc843 100644
--- a/drd/drd_load_store.h
+++ b/drd/drd_load_store.h
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-basic-offset: 3; -*- */
/*
This file is part of drd, a thread error detector.