summaryrefslogtreecommitdiffstats
path: root/main/common/mallocdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/mallocdebug.h')
-rw-r--r--main/common/mallocdebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/common/mallocdebug.h b/main/common/mallocdebug.h
index 8ab8cf1..fa1ea75 100644
--- a/main/common/mallocdebug.h
+++ b/main/common/mallocdebug.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -42,6 +42,6 @@ extern char *realloc(char *, int, char *, int);
#define malloc(a) malloc(a,__FILE__,__LINE__)
#define realloc(a,b) realloc(a,b,__FILE__,__LINE__)
-#endif /* ASSEMBLY_ONLY */
+#endif /* ASSEMBLY_ONLY */
#endif