use single space indentation for access specifiers in plain C++ interface
commitcde0ce5d8c2df957a938330d66cf5303de981cc1
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 26 Mar 2023 15:07:19 +0000 (26 17:07 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 15 Apr 2023 12:36:58 +0000 (15 14:36 +0200)
tree9615898d63db7e87f0bfc4ba6a1f61e0478059af
parent075aaaae599a9bb339650a399a0f42233fdf5137
use single space indentation for access specifiers in plain C++ interface

This is more consistent with the templated interface and
ensures that the section heading in unified diffs
contains the class name rather than any access specifier
that may precede the hunk.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
interface/plain_cpp.cc