From: Bartosz Golaszewski Date: Sun, 14 Feb 2021 15:43:18 +0000 (+0100) Subject: bindings: cxx: tests: remove stray tab X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c17a273f16890bd4bc3a44ad660342b5ae208895;p=qemu-gpiodev%2Flibgpiod.git bindings: cxx: tests: remove stray tab Remove an unnecessary tab from the mockup class header. Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/tests/gpio-mockup.hpp b/bindings/cxx/tests/gpio-mockup.hpp index f7ef985..38fb649 100644 --- a/bindings/cxx/tests/gpio-mockup.hpp +++ b/bindings/cxx/tests/gpio-mockup.hpp @@ -88,7 +88,7 @@ private: mockup(void); ~mockup(void); - + ::gpio_mockup *_m_mockup; };