diff --git a/src/iexamine.cpp b/src/iexamine.cpp index aa57edf11d8a6..2fc08aee552e5 100644 --- a/src/iexamine.cpp +++ b/src/iexamine.cpp @@ -422,7 +422,8 @@ class atm_menu //!Get a new cash card. $10.00 fine. bool do_purchase_card() { - const char *prompt = _( "This will automatically deduct $10.00 from your bank account. Continue?" ); + const char *prompt = + _( "This will automatically deduct $10.00 from your bank account. Continue?" ); if( !query_yn( prompt ) ) { return false;