diff options
author | Dan Gudmundsson <[email protected]> | 2011-12-06 11:05:01 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-12-06 15:47:38 +0100 |
commit | e166ed9661944a951ca0a2828d04e7141414dfa1 (patch) | |
tree | 29e3ef1bfd90ceedd5e01094f7cf47fe1ab0ce31 /lib/mnesia/src/mnesia_backup.erl | |
parent | 026a7c04fdf7add071ee61b1ac24a5ebbcbb73db (diff) | |
download | otp-e166ed9661944a951ca0a2828d04e7141414dfa1.tar.gz otp-e166ed9661944a951ca0a2828d04e7141414dfa1.tar.bz2 otp-e166ed9661944a951ca0a2828d04e7141414dfa1.zip |
[mnesia] Whitespace fixes
Diffstat (limited to 'lib/mnesia/src/mnesia_backup.erl')
-rw-r--r-- | lib/mnesia/src/mnesia_backup.erl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/mnesia/src/mnesia_backup.erl b/lib/mnesia/src/mnesia_backup.erl index f372ca0be5..736f2ed9bf 100644 --- a/lib/mnesia/src/mnesia_backup.erl +++ b/lib/mnesia/src/mnesia_backup.erl @@ -1,19 +1,19 @@ %% %% %CopyrightBegin% -%% -%% Copyright Ericsson AB 1996-2009. All Rights Reserved. -%% +%% +%% Copyright Ericsson AB 1996-2011. All Rights Reserved. +%% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in %% compliance with the License. You should have received a copy of the %% Erlang Public License along with this software. If not, it can be %% retrieved online at http://www.erlang.org/. -%% +%% %% Software distributed under the License is distributed on an "AS IS" %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% the License for the specific language governing rights and limitations %% under the License. -%% +%% %% %CopyrightEnd% %% @@ -56,14 +56,14 @@ -export([ %% Write access - open_write/1, - write/2, - commit_write/1, + open_write/1, + write/2, + commit_write/1, abort_write/1, %% Read access - open_read/1, - read/1, + open_read/1, + read/1, close_read/1 ]). |