Skip to content

Commit

Permalink
Reformat enum
Browse files Browse the repository at this point in the history
  • Loading branch information
sago007 committed Nov 1, 2023
1 parent 10a4aa9 commit 883f549
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source/code/themes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Source information and contacts persons can be found at
#include <string>
#include <vector>

enum class ImgScale { Stretch,
Tile,
Resize,
Cut
};
enum class ImgScale {
Stretch,
Tile,
Resize,
Cut
};

struct BackGroundData {
std::string name = "standard";
Expand Down

0 comments on commit 883f549

Please sign in to comment.