diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-25 01:02:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-25 01:02:11 +0100 |
| commit | 996886d220feec5299b66bd2a3bfe916c2c7ae39 (patch) | |
| tree | 01cb3eb10562330330c73061ffd99b71389b55f5 /src/lib/zipper.h | |
| parent | 1f3601d0f09ae33b24b5e793f0dcf57d3bff90f6 (diff) | |
White space: kdm_cli.{cc,h} usl.{cc,h} zipper.{cc,h}
Diffstat (limited to 'src/lib/zipper.h')
| -rw-r--r-- | src/lib/zipper.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/zipper.h b/src/lib/zipper.h index 8b634423d..4cf881aa7 100644 --- a/src/lib/zipper.h +++ b/src/lib/zipper.h @@ -28,13 +28,13 @@ class Zipper { public: explicit Zipper(boost::filesystem::path file); - ~Zipper (); + ~Zipper(); - Zipper (Zipper const&) = delete; - Zipper& operator= (Zipper const&) = delete; + Zipper(Zipper const&) = delete; + Zipper& operator=(Zipper const&) = delete; - void add (std::string name, std::string content); - void close (); + void add(std::string name, std::string content); + void close(); private: struct zip* _zip; |
