OSDN Git Service

[Refactor] #37353 bool型の返り値に付いていたカッコを除去 / Removed parenthesis from 'return (TRUE...
authorHourier <hourier@users.sourceforge.jp>
Sat, 11 Jan 2020 03:55:39 +0000 (12:55 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 11 Jan 2020 03:55:39 +0000 (12:55 +0900)
commit133ba5387d7476e418ee85f0baf3aada1ba8e8b7
tree2ce238e58380571f5e9634d29a8c6704d2a1c584
parent139a84e7441e16ca703e29fc6458ee7c452cced2
[Refactor] #37353 bool型の返り値に付いていたカッコを除去 / Removed parenthesis from 'return (TRUE)' and 'return (FALSE)' to 'return TRUE' and 'return FALSE'
53 files changed:
src/artifact.c
src/birth.c
src/bldg.c
src/chuukei.c
src/cmd/cmd-basic.c
src/cmd/cmd-hissatsu.c
src/cmd/cmd-mane.c
src/cmd/cmd-spell.c
src/combat/melee1.c
src/combat/shoot.c
src/core.c
src/dungeon-file.c
src/files.c
src/floor-events.c
src/floor.c
src/load.c
src/main-win.c
src/mind.c
src/monster-process.c
src/monster-status.c
src/monster1.c
src/monster2.c
src/monsterrace-hook.c
src/mspells1.c
src/mspells2.c
src/mspells3.c
src/mspells4.c
src/object-broken.c
src/object-flavor.c
src/object-hook.c
src/object1.c
src/objectkind-hook.c
src/player-damage.c
src/player-effects.c
src/player-inventory.c
src/player-move.c
src/readdib.c
src/rooms-pitnest.c
src/save.c
src/sort.c
src/spells-object.c
src/spells-summon.c
src/spells-world.c
src/spells1.c
src/spells2.c
src/spells3.c
src/store.c
src/trap.c
src/util.c
src/view-mainwindow.c
src/wizard1.c
src/wizard2.c
src/z-util.c