From: Michael Beck Date: Thu, 22 Jan 2009 13:32:11 +0000 (+0000) Subject: - indentation X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=015232d106ee90c9cc8a114c167f1bc9507470db;p=libfirm - indentation [r25332] --- diff --git a/ir/common/debug.h b/ir/common/debug.h index 0805ef07b..4190c8908 100644 --- a/ir/common/debug.h +++ b/ir/common/debug.h @@ -33,20 +33,20 @@ #include enum firm_dbg_level_t { - LEVEL_DEFAULT = 0, /**< Prints always. Use with DBG(). */ - LEVEL_1 = 1, - LEVEL_2 = 2, - LEVEL_3 = 4, - LEVEL_4 = 8, - LEVEL_5 = 16, - - SET_LEVEL_0 = 0, /**< use with firm_dbg_set_mask(). */ - SET_LEVEL_1 = 1, - SET_LEVEL_2 = 3, - SET_LEVEL_3 = 7, - SET_LEVEL_4 = 15, - SET_LEVEL_5 = 31, - SET_LEVEL_ALL = SET_LEVEL_5 + LEVEL_DEFAULT = 0, /**< Prints always. Use with DBG(). */ + LEVEL_1 = 1, + LEVEL_2 = 2, + LEVEL_3 = 4, + LEVEL_4 = 8, + LEVEL_5 = 16, + + SET_LEVEL_0 = 0, /**< use with firm_dbg_set_mask(). */ + SET_LEVEL_1 = 1, + SET_LEVEL_2 = 3, + SET_LEVEL_3 = 7, + SET_LEVEL_4 = 15, + SET_LEVEL_5 = 31, + SET_LEVEL_ALL = SET_LEVEL_5 }; typedef struct _firm_dbg_module_t firm_dbg_module_t;