OSDN Git Service

fix indent
[jnethack/source.git] / src / eat.c
index 120be30..263c49f 100644 (file)
--- a/src/eat.c
+++ b/src/eat.c
@@ -4006,9 +4006,9 @@ vomit() /* A good idea from David Neves */
     if (multi >= -2) {
         nomul(-2);
 /*JP
-    multi_reason = "vomiting";
+        multi_reason = "vomiting";
 */
-    multi_reason = "\9aq\93f\82µ\82Ä\82¢\82é\8dÅ\92\86\82É";
+        multi_reason = "\9aq\93f\82µ\82Ä\82¢\82é\8dÅ\92\86\82É";
         nomovemsg = You_can_move_again;
     }
 }