whitespace

This commit is contained in:
Christian Kroll 2012-11-17 20:19:14 +00:00
parent 77545ffb94
commit 65ed23f01e
1 changed files with 3 additions and 2 deletions

View File

@ -269,7 +269,8 @@ static void tetris_view_drawDump(tetris_view_t *pV)
* @param pV pointer to the view on which the piece should be drawn * @param pV pointer to the view on which the piece should be drawn
* @param pPc pointer to the piece for the preview window (may be NULL) * @param pPc pointer to the piece for the preview window (may be NULL)
*/ */
static void tetris_view_drawPreviewPiece(tetris_view_t *pV, tetris_piece_t *pPc) static void tetris_view_drawPreviewPiece(tetris_view_t *pV,
tetris_piece_t *pPc)
{ {
tetris_bearing_t nBearing = tetris_bearing_t nBearing =
pV->pVariantMethods->getBearing(pV->pVariant); pV->pVariantMethods->getBearing(pV->pVariant);