- 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
diff --git a/drd/drd_error.h b/drd/drd_error.h
index 34fd62b..2d5e643 100644
--- a/drd/drd_error.h
+++ b/drd/drd_error.h
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-basic-offset: 3; -*- */
/*
This file is part of drd, a thread error detector.
@@ -138,10 +139,10 @@
} RwlockErrInfo;
typedef struct {
- Addr synchronization_object;
- ExeContext* acquired_at;
- UInt hold_time_ms;
- UInt threshold_ms;
+ Addr synchronization_object;
+ ExeContext* acquired_at;
+ UInt hold_time_ms;
+ UInt threshold_ms;
} HoldtimeErrInfo;
typedef struct {