Browse Source

whitespace

feature/2015
Christian Kroll 12 years ago
parent
commit
65ed23f01e
  1. 3
      games/tetris/view.c

3
games/tetris/view.c

@ -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);

Loading…
Cancel
Save