]> git.ipfire.org Git - thirdparty/snapper.git/commit
- some cleanup in formatters classes 556/head
authorArvin Schnell <aschnell@suse.de>
Thu, 3 Sep 2020 08:50:57 +0000 (10:50 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 3 Sep 2020 08:50:57 +0000 (10:50 +0200)
commitbf5a9ecfcff5edda5bca194d1b2115fb8cfefe7c
tree3a22fd42c1af3f421f00aa7ab7b39a78153347a0
parentac615277dc488d7ddb548f1c53ad032f8d8eecd7
- some cleanup in formatters classes
24 files changed:
client/Command/GetConfig/ConfigData/Csv.cc
client/Command/GetConfig/ConfigData/Json.cc
client/Command/GetConfig/ConfigData/Table.cc
client/Command/GetConfig/ConfigData/Table.h
client/Command/ListConfigs/SnappersData/Csv.cc
client/Command/ListConfigs/SnappersData/Json.cc
client/Command/ListConfigs/SnappersData/Table.cc
client/Command/ListConfigs/SnappersData/Table.h
client/Command/ListSnapshots/SnappersData/Csv.cc
client/Command/ListSnapshots/SnappersData/Json.cc
client/Command/ListSnapshots/SnappersData/Table.cc
client/Command/ListSnapshots/SnappersData/Table.h
client/GlobalOptions.cc
client/GlobalOptions.h
client/utils/CsvFormatter.cc
client/utils/CsvFormatter.h
client/utils/JsonFormatter.cc
client/utils/JsonFormatter.h
client/utils/Table.cc
client/utils/Table.h
client/utils/TableFormatter.cc
client/utils/TableFormatter.h
testsuite/csv-formatter.cc
testsuite/json-formatter.cc