This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 4b7eb5451173f14f28234a6ee3f36b1041fc88af Author: David Capello <[email protected]> Date: Thu Apr 28 14:47:53 2016 -0300 Minor formatting issues inside desktop/ --- desktop/aseprite-thumbnailer | 2 +- desktop/kde/aseprite_thumb_creator.cpp | 3 ++- desktop/kde/aseprite_thumb_creator.h | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/desktop/aseprite-thumbnailer b/desktop/aseprite-thumbnailer index 74277ea..e68e1e7 100755 --- a/desktop/aseprite-thumbnailer +++ b/desktop/aseprite-thumbnailer @@ -15,5 +15,5 @@ if [ $# -ge 2 -a $# -lt 4 ]; then fi mkdir -p $(dirname "$2"); mv /tmp/Aseprite/$filename.png $2; else -echo "Parameters for aseprite thumbnailer are: inputfile outputfile [size]" + echo "Parameters for aseprite thumbnailer are: inputfile outputfile [size]" fi diff --git a/desktop/kde/aseprite_thumb_creator.cpp b/desktop/kde/aseprite_thumb_creator.cpp index c5f1a65..c34c6d8 100644 --- a/desktop/kde/aseprite_thumb_creator.cpp +++ b/desktop/kde/aseprite_thumb_creator.cpp @@ -20,7 +20,8 @@ extern "C" } }; -bool AsepriteThumbCreator::create(const QString& path, int width, int height, QImage& img ) { +bool AsepriteThumbCreator::create(const QString& path, int width, int height, QImage& img) +{ QProcess process; QStringList list; QString tmpFile = QString(QCryptographicHash::hash(path.toLocal8Bit(),QCryptographicHash::Md5).toHex()); diff --git a/desktop/kde/aseprite_thumb_creator.h b/desktop/kde/aseprite_thumb_creator.h index bc1e800..5ea7aa2 100644 --- a/desktop/kde/aseprite_thumb_creator.h +++ b/desktop/kde/aseprite_thumb_creator.h @@ -13,9 +13,9 @@ Q_DECLARE_LOGGING_CATEGORY(LOG_ASEPRITE_THUMBCREATOR) #include <kio/thumbcreator.h> class AsepriteThumbCreator : public ThumbCreator { - public: - bool create(const QString& path, int width, int height, QImage& img) override; - Flags flags() const override; +public: + bool create(const QString& path, int width, int height, QImage& img) override; + Flags flags() const override; }; #endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

