diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2020-09-18 09:49:51 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-25 21:18:17 +0200 |
commit | 9ef1461ec9c59b2b37d358c277dc551adcff9432 (patch) | |
tree | 54f3abfe4f6f0ee16f45b9e02df9ee1f4363d6ad /Applications/PixelPaint/Image.h | |
parent | 8940bc3503099c0b8b14a02ec1e7e88663f3568a (diff) | |
download | serenity-9ef1461ec9c59b2b37d358c277dc551adcff9432.zip |
Meta+Applications: Make clang-format-10 clean
Diffstat (limited to 'Applications/PixelPaint/Image.h')
-rw-r--r-- | Applications/PixelPaint/Image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/PixelPaint/Image.h b/Applications/PixelPaint/Image.h index 0ab8fac301..e723c646a1 100644 --- a/Applications/PixelPaint/Image.h +++ b/Applications/PixelPaint/Image.h @@ -45,7 +45,7 @@ public: virtual void image_did_add_layer(size_t) { } virtual void image_did_remove_layer(size_t) { } virtual void image_did_modify_layer(size_t) { } - virtual void image_did_modify_layer_stack() {} + virtual void image_did_modify_layer_stack() { } virtual void image_did_change() { } }; |