OSDN Git Service

[Refactor] #37353 wizard2.c の整形 / Reshaped wizard2.c
authorHourier <hourier@users.sourceforge.jp>
Sun, 5 Jan 2020 09:38:05 +0000 (18:38 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 5 Jan 2020 09:38:05 +0000 (18:38 +0900)
src/wizard2.c

index c373649..f19627a 100644 (file)
@@ -981,11 +981,9 @@ static void wiz_statistics(player_type *caster_ptr, object_type *o_ptr)
        object_type     *q_ptr;
 
        concptr q = "Rolls: %ld  Correct: %ld  Matches: %ld  Better: %ld  Worse: %ld  Other: %ld";
-
        concptr p = "Enter number of items to roll: ";
        char tmp_val[80];
 
-
        /* Mega-Hack -- allow multiple artifacts */
        if (object_is_fixed_artifact(o_ptr)) a_info[o_ptr->name1].cur_num = 0;