diff options
Diffstat (limited to 'lib/mnesia/src/mnesia.hrl')
| -rw-r--r-- | lib/mnesia/src/mnesia.hrl | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/mnesia/src/mnesia.hrl b/lib/mnesia/src/mnesia.hrl index 0716dd87c8..da7e662288 100644 --- a/lib/mnesia/src/mnesia.hrl +++ b/lib/mnesia/src/mnesia.hrl @@ -49,12 +49,12 @@  %% It's important that counter is first, since we compare tid's --record(tid,  +-record(tid,          {counter,         %% serial no for tid           pid}).           %%  owner of tid --record(tidstore,          +-record(tidstore,          {store,           %% current ets table for tid           up_stores = [],  %% list of upper layer stores for nested trans           level = 1}).     %% transaction level @@ -128,5 +128,4 @@  	    mnesia_lib:eval_debug_fun(I, C, ?FILE, ?LINE)).  -else.      -define(eval_debug_fun(I, C), ok). --endif.     - +-endif.  | 
