Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
more indent cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 28, 2006
1 parent a3d86b1 commit 41d0c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/qtopia/SDL_QWin.cc
Expand Up @@ -662,6 +662,7 @@ SDL_QWin::enableFullscreen ()
}
}

/* *INDENT-OFF* */
bool
SDL_QWin::lockScreen (bool force)
{
Expand All @@ -675,6 +676,7 @@ SDL_QWin::lockScreen (bool force)
my_locked++; // Increate lock refcount
return true;
}
/* *INDENT-ON* */

void
SDL_QWin::unlockScreen ()
Expand Down

0 comments on commit 41d0c2c

Please sign in to comment.