Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
khoidauminh committed Jul 5, 2024
1 parent fa24cfe commit 101199e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion include/SampleThumbnail.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class LMMS_EXPORT SampleThumbnailListManager

void visualize(const SampleThumbnailVisualizeParameters&, QPainter&) const;
static void visualize_original(const SampleThumbnailVisualizeParameters&, QPainter&);

};

} // namespace lmms
Expand Down
5 changes: 2 additions & 3 deletions src/gui/SampleThumbnail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ void SampleThumbnailListManager::draw(
void SampleThumbnailListManager::visualize(
const SampleThumbnailVisualizeParameters& parameters,
QPainter& painter
) const {

) const
{
const float sampleView = parameters.sampleEnd - parameters.sampleStart;

// We specify that the existence of the original sample
Expand Down Expand Up @@ -352,7 +352,6 @@ void SampleThumbnailListManager::visualize(
pixelIndex++;
}
while (pixelIndex <= pixelBound && tIndex < tLast);

}

// Method is made public to be easily accessed when
Expand Down

0 comments on commit 101199e

Please sign in to comment.