[PATCH] malloc: remove emacs style guards
Joern Engel
joern@purestorage.com
Tue Jan 26 00:26:00 GMT 2016
From: Joern Engel <joern@purestorage.org>
JIRA: PURE-27597
---
tpc/malloc2.13/arena.h | 8 --------
tpc/malloc2.13/hooks.h | 6 ------
tpc/malloc2.13/malloc.c | 5 -----
3 files changed, 19 deletions(-)
diff --git a/tpc/malloc2.13/arena.h b/tpc/malloc2.13/arena.h
index b8fc5c99a1cd..47ecf9421a46 100644
--- a/tpc/malloc2.13/arena.h
+++ b/tpc/malloc2.13/arena.h
@@ -746,11 +746,3 @@ static struct malloc_state *internal_function arena_get2(struct malloc_state *a_
return a;
}
-
-
-
-/*
- * Local variables:
- * c-basic-offset: 2
- * End:
- */
diff --git a/tpc/malloc2.13/hooks.h b/tpc/malloc2.13/hooks.h
index 209544da5377..c236aab89237 100644
--- a/tpc/malloc2.13/hooks.h
+++ b/tpc/malloc2.13/hooks.h
@@ -611,9 +611,3 @@ public_sET_STATe(Void_t* msptr)
(void)mutex_unlock(&main_arena.mutex);
return 0;
}
-
-/*
- * Local variables:
- * c-basic-offset: 2
- * End:
- */
diff --git a/tpc/malloc2.13/malloc.c b/tpc/malloc2.13/malloc.c
index 4bc6247d910e..11f050acebb1 100644
--- a/tpc/malloc2.13/malloc.c
+++ b/tpc/malloc2.13/malloc.c
@@ -5998,9 +5998,4 @@ History:
[see ftp://g.oswego.edu/pub/misc/malloc.c for the history of dlmalloc]
*/
-/*
- * Local variables:
- * c-basic-offset: 2
- * End:
- */
#endif /* WIN32 */
--
2.7.0.rc3
More information about the Libc-alpha
mailing list