[Marble-commits] KDE/kdeedu/marble/src/lib/blendings
Jens-Michael Hoffmann
jensmh at gmx.de
Sat May 22 21:24:17 CEST 2010
SVN commit 1129533 by jmhoffmann:
Coding style: break too long line.
M +2 -1 BlendingAlgorithms.cpp
--- trunk/KDE/kdeedu/marble/src/lib/blendings/BlendingAlgorithms.cpp #1129532:1129533
@@ -24,7 +24,8 @@
namespace Marble
{
-void IndependentChannelBlending::blend( QImage * const bottom, QSharedPointer<TextureTile> const & top ) const
+void IndependentChannelBlending::blend( QImage * const bottom,
+ QSharedPointer<TextureTile> const & top ) const
{
QImage const * const topImage = top->image();
Q_ASSERT( topImage );
More information about the Marble-commits
mailing list