This is an automated email from the ASF dual-hosted git repository.

xiaofeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new f788f961 fix: use space instead of tab (#2840)
f788f961 is described below

commit f788f9615ba4af2dcc0fd2c158a40d693a9966d0
Author: 一蟹 <1640761...@qq.com>
AuthorDate: Tue Dec 10 13:02:36 2024 +0800

    fix: use space instead of tab (#2840)
---
 src/bvar/mvariable.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/bvar/mvariable.cpp b/src/bvar/mvariable.cpp
index d826893e..033de7fa 100644
--- a/src/bvar/mvariable.cpp
+++ b/src/bvar/mvariable.cpp
@@ -261,13 +261,13 @@ size_t MVariable::dump_exposed(Dumper* dumper, const 
DumpOptions* options) {
         if (entry) {
             n += entry->var->dump(dumper, &opt);
         }
-       if (n > 
static_cast<size_t>(FLAGS_bvar_max_dump_multi_dimension_metric_number)) {
+        if (n > 
static_cast<size_t>(FLAGS_bvar_max_dump_multi_dimension_metric_number)) {
             LOG(WARNING) << "truncated because of \
-                           exceed max dump multi dimension label number["
-                        << FLAGS_bvar_max_dump_multi_dimension_metric_number
-                        << "]";
+                            exceed max dump multi dimension label number["
+                         << FLAGS_bvar_max_dump_multi_dimension_metric_number
+                         << "]";
             break;
-       }
+        }
     }
     return n;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to