IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2540


Ignore:
Timestamp:
Nov 30, 2004, 12:30:49 PM (22 years ago)
Author:
jhoblitt
Message:

fix example typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/misc/perlCodeConventions.tex

    r2539 r2540  
    1 %%% $Id: perlCodeConventions.tex,v 1.39 2004-11-30 22:27:21 jhoblitt Exp $
     1%%% $Id: perlCodeConventions.tex,v 1.40 2004-11-30 22:30:49 jhoblitt Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    12901290
    12911291    sub new
    1292         {
    1293             my $class = shift;
    1294             my %p = validate( @_, $NewValidate );
     1292    {
     1293        my $class = shift;
     1294        my %p = validate( @_, $NewValidate );
    12951295    .
    12961296    .
Note: See TracChangeset for help on using the changeset viewer.