libgambatte/ppu: broken indent

This commit is contained in:
sinamas 2013-03-23 12:57:34 +01:00
parent fec384d661
commit b068adcd3b

View File

@ -1388,7 +1388,7 @@ namespace LoadSprites {
nextSprite, p.weMaster, p.winDrawState, 5, targetx, cycles); nextSprite, p.weMaster, p.winDrawState, 5, targetx, cycles);
} }
static unsigned predictCyclesUntilXpos_f0(PPUPriv const &p, int targetx, unsigned cycles) { static unsigned predictCyclesUntilXpos_f0(PPUPriv const &p, int targetx, unsigned cycles) {
return predictCyclesUntilXpos_fn(p, 0, targetx, cycles); return predictCyclesUntilXpos_fn(p, 0, targetx, cycles);
} }
static unsigned predictCyclesUntilXpos_f1(PPUPriv const &p, int targetx, unsigned cycles) { static unsigned predictCyclesUntilXpos_f1(PPUPriv const &p, int targetx, unsigned cycles) {