Cleanup: indentation of public/protected/private keywords

This commit is contained in:
Twan van Laarhoven
2020-05-12 21:57:37 +02:00
parent 86aec577a2
commit 0c3712b61a
167 changed files with 751 additions and 752 deletions
+2 -2
View File
@@ -18,14 +18,14 @@ DECLARE_POINTER_TYPE(AlphaMask);
/// Viewer that displays an image value
class ImageValueViewer : public ValueViewer {
public:
public:
DECLARE_VALUE_VIEWER(Image) : ValueViewer(parent,style) {}
virtual void draw(RotatedDC& dc);
virtual void onValueChange();
virtual void onStyleChange(int);
private:
private:
Bitmap bitmap; ///< Cached bitmap
RealSize size; ///< Size of cached bitmap
Radians angle; ///< Angle of cached bitmap