Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 081a4f97

Von Moritz Bunkus vor mehr als 18 Jahren hinzugefügt

  • ID 081a4f9736f3bc345872be8f61632cbed4a8d9b3
  • Vorgänger c5b4fdf4
  • Nachfolger 72539cb3

Kosmetik: Perltidy-Lauf nach den Einstellungen in doc/programmierrichtlinien.txt ueber alle .pl und .pm.

Unterschiede anzeigen:

bin/mozilla/rc.pl
298 298
  $clearedbalance = $form->format_amount(\%myconfig, $clearedbalance, 2, 0);
299 299

  
300 300
  if ($fx) {
301
    $fx = $form->format_amount(\%myconfig, $fx, 2, 0);
301
    $fx       = $form->format_amount(\%myconfig, $fx, 2, 0);
302 302
    $exchdiff = qq|
303 303
		<th align=right nowrap>|
304
      . $locale->text('Exchangerate Difference')
305
      . qq|</th>
304
      . $locale->text('Exchangerate Difference') . qq|</th>
306 305
		<td width=10%></td>
307 306
		<td align=right>$fx</td>
308 307
|;

Auch abrufbar als: Unified diff