diff options
-rw-r--r-- | vrt/lib/expanded_if_context_section.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vrt/lib/expanded_if_context_section.cc b/vrt/lib/expanded_if_context_section.cc index 48dddd387..b44cc9b0b 100644 --- a/vrt/lib/expanded_if_context_section.cc +++ b/vrt/lib/expanded_if_context_section.cc @@ -347,7 +347,7 @@ namespace vrt static void wr_hertz(std::ostream &os, vrt_hertz_t x) { - os << format("%10g Hz") % vrt_hertz_to_double(x); + os << format("%12g Hz") % vrt_hertz_to_double(x); os << std::endl; } |