summaryrefslogtreecommitdiff
path: root/yportenv_single.h
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-11-03 15:02:10 +1300
committerCharles Manning <cdhmanning@gmail.com>2010-11-03 15:02:43 +1300
commit3ecea787c3d99a5e13bf3b826dd3ad772fbad810 (patch)
tree2d92b2ea8d4086fd606d8cca99514c7fe63b6ab7 /yportenv_single.h
parenta8016f937633b0d356be4d2195d93f1742a3de0d (diff)
yaffs: Redo Lindent
Only applies to Linux files. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yportenv_single.h')
-rw-r--r--yportenv_single.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/yportenv_single.h b/yportenv_single.h
index 42892b8..2eae429 100644
--- a/yportenv_single.h
+++ b/yportenv_single.h
@@ -13,7 +13,6 @@
* Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
*/
-
#ifndef __YPORTENV_LINUX_H__
#define __YPORTENV_LINUX_H__
@@ -61,10 +60,9 @@
#define YAFFS_ROOT_MODE 0755
#define YAFFS_LOSTNFOUND_MODE 0700
-
#define Y_CURRENT_TIME CURRENT_TIME.tv_sec
#define Y_TIME_CONVERT(x) (x).tv_sec
-
+
#define yaffs_sum_cmp(x, y) ((x) == (y))
#define yaffs_strcmp(a, b) strcmp(a, b)
@@ -76,8 +74,6 @@
#define compile_time_assertion(assertion) \
({ int x = __builtin_choose_expr(assertion, 0, (void)0); (void) x; })
-
-
#ifndef Y_DUMP_STACK
#define Y_DUMP_STACK() do { } while (0)
#endif
@@ -91,5 +87,4 @@
} while (0)
#endif
-
#endif