This is an automated email from the ASF dual-hosted git repository. iilyak pushed a commit to branch clean-up-logs-3.x.v2 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 8eee6ae2546e98c05a3b83a0e1b8105461b9ba01 Author: ILYA Khlopotov <[email protected]> AuthorDate: Tue Mar 16 08:43:23 2021 -0700 Revert "fixup whitespace for format_status/2" This reverts commit 59e96d9477d0b13dd801e8c8958a37634d7c46d4. --- src/couch/src/couch_event_sup.erl | 2 +- src/couch_event/src/couch_event_os_listener.erl | 2 +- src/couch_mrview/src/couch_mrview_update_notifier.erl | 2 +- src/couch_replicator/src/couch_replicator_httpc_pool.erl | 2 +- src/couch_stats/src/couch_stats_process_tracker.erl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/couch/src/couch_event_sup.erl b/src/couch/src/couch_event_sup.erl index c44453b..da59453 100644 --- a/src/couch/src/couch_event_sup.erl +++ b/src/couch/src/couch_event_sup.erl @@ -77,4 +77,4 @@ code_change(_OldVsn, State, _Extra) -> format_status(normal, [_PDict, State]) -> [{data, [{"State", State}]}]; format_status(terminate, [PDict, State]) -> - {State, #{module => ?MODULE, dictionary => PDict}}. + {State, #{module => ?MODULE, dictionary => PDict}}. \ No newline at end of file diff --git a/src/couch_event/src/couch_event_os_listener.erl b/src/couch_event/src/couch_event_os_listener.erl index 9fdf4cc..3908477 100644 --- a/src/couch_event/src/couch_event_os_listener.erl +++ b/src/couch_event/src/couch_event_os_listener.erl @@ -81,4 +81,4 @@ format_status(normal, [_PDict, State]) -> [{data, [{"State", State}]}]; format_status(terminate, [PDict, State]) -> - {State, #{module => ?MODULE, dictionary => PDict}}. + {State, #{module => ?MODULE, dictionary => PDict}}. \ No newline at end of file diff --git a/src/couch_mrview/src/couch_mrview_update_notifier.erl b/src/couch_mrview/src/couch_mrview_update_notifier.erl index 6c9c1ad..f23dd39 100644 --- a/src/couch_mrview/src/couch_mrview_update_notifier.erl +++ b/src/couch_mrview/src/couch_mrview_update_notifier.erl @@ -51,4 +51,4 @@ code_change(_OldVsn, State, _Extra) -> format_status(normal, [_PDict, State]) -> State; format_status(terminate, [PDict, State]) -> - {State, #{module => ?MODULE, dictionary => PDict}}. + {State, #{module => ?MODULE, dictionary => PDict}}. \ No newline at end of file diff --git a/src/couch_replicator/src/couch_replicator_httpc_pool.erl b/src/couch_replicator/src/couch_replicator_httpc_pool.erl index 867c1a3..d93136f 100644 --- a/src/couch_replicator/src/couch_replicator_httpc_pool.erl +++ b/src/couch_replicator/src/couch_replicator_httpc_pool.erl @@ -225,4 +225,4 @@ format_status_test_() -> ok end). --endif. +-endif. \ No newline at end of file diff --git a/src/couch_stats/src/couch_stats_process_tracker.erl b/src/couch_stats/src/couch_stats_process_tracker.erl index 7a63b23..1334337 100644 --- a/src/couch_stats/src/couch_stats_process_tracker.erl +++ b/src/couch_stats/src/couch_stats_process_tracker.erl @@ -86,4 +86,4 @@ format_status(normal, [_PDict, State]) -> [{data, [{"State", State}]}]; format_status(terminate, [PDict, State]) -> - {State, #{module => ?MODULE, dictionary => PDict}}. + {State, #{module => ?MODULE, dictionary => PDict}}. \ No newline at end of file
