IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20090


Ignore:
Timestamp:
Oct 13, 2008, 10:09:38 AM (18 years ago)
Author:
jhoblitt
Message:

whitespace tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r20057 r20090  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.91 2008-10-11 01:24:21 jhoblitt Exp $
     3# $Id: Server.pm,v 1.92 2008-10-13 20:09:38 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    3131use constant NFS_RETRIES    => 100;
    3232
    33 sub new {
     33sub new
     34{
    3435    my $class = shift;
    3536
     
    5859}
    5960
    60 sub db {
     61
     62sub db
     63{
    6164    my $self = shift;
    6265
     
    235238}
    236239
     240
    237241sub rename_object
    238242{
     
    419423}
    420424
     425
    421426sub lock_object
    422427{
     
    520525    return 1;
    521526}
     527
    522528
    523529sub unlock_object
     
    13251331}
    13261332
     1333
    13271334sub _create_empty_instance_file
    13281335{
     
    14271434    return File::Spec->catdir($vol_path, @path);
    14281435}
     1436
    14291437
    14301438sub _retry
     
    14721480}
    14731481
     1482
    147414831;
    14751484
Note: See TracChangeset for help on using the changeset viewer.