From 889cf1275fe8ceb151fdf2ea616b9fb2d9c248e3 Mon Sep 17 00:00:00 2001 From: cris Date: Thu, 26 Feb 1998 10:29:55 +0000 Subject: [PATCH] Identato alcune istruzioni Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@6267 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/at2400.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/at/at2400.cpp b/at/at2400.cpp index a2555a0c1..076652310 100755 --- a/at/at2400.cpp +++ b/at/at2400.cpp @@ -248,16 +248,16 @@ bool TStampaModificati::set_print(int) tasto = _msk->run(); switch (tasto) { - case F_ELENCO: - _tipostampa = elenco; - _codsez = "**"; - _codsez = "**"; - break; - case F_SCHEDE: - _tipostampa = schede; - if (_schxpag > 1) - printer().formlen(_lenpage/_schxpag); - break; + case F_ELENCO: + _tipostampa = elenco; + _codsez = "**"; + _codsez = "**"; + break; + case F_SCHEDE: + _tipostampa = schede; + if (_schxpag > 1) + printer().formlen(_lenpage/_schxpag); + break; } if (_tipostampa != undefined) {