IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20093


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

whitespace tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r19715 r20093  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.60 2008-09-24 00:36:56 jhoblitt Exp $
     3# $Id: Client.pm,v 1.61 2008-10-13 20:54:49 jhoblitt Exp $
    44
    55package Nebulous::Client;
     
    3030# TODO remove most of the logdies
    3131
    32 sub import {
     32
     33sub import
     34{
    3335    my $class = shift;
    3436
     
    5860}
    5961
    60 sub new {
     62
     63sub new
     64{
    6165    my $class = shift;
    6266
     
    96100}
    97101
    98 sub create {
     102
     103sub create
     104{
    99105    my $self = shift;
    100106
     
    136142}
    137143
    138 sub open_create {
     144
     145sub open_create
     146{
    139147    my $self = shift;
    140148
     
    182190}
    183191
    184 sub replicate {
     192
     193sub replicate
     194{
    185195    my $self = shift;
    186196
     
    261271
    262272
    263 sub cull {
     273sub cull
     274{
    264275    my $self = shift;
    265276
     
    323334}
    324335
    325 sub lock {
     336
     337sub lock
     338{
    326339    my $self = shift;
    327340
     
    391404}
    392405
    393 sub unlock {
     406
     407sub unlock
     408{
    394409    my $self = shift;
    395410
     
    579594
    580595
    581 sub find_objects {
     596sub find_objects
     597{
    582598    my $self = shift;
    583599
     
    616632}
    617633
    618 sub find_instances {
     634
     635sub find_instances
     636{
    619637    my $self = shift;
    620638
     
    658676}
    659677
    660 sub find {
     678
     679sub find
     680{
    661681    my $self = shift;
    662682
     
    698718}
    699719
    700 sub open {
     720
     721sub open
     722{
    701723    my $self = shift;
    702724
     
    772794}
    773795
    774 sub delete {
     796
     797sub delete
     798{
    775799    my $self = shift;
    776800
     
    797821}
    798822
    799 sub copy {
     823
     824sub copy
     825{
    800826    my $self = shift;
    801827
     
    847873}
    848874
    849 sub move {
     875
     876sub move
     877{
    850878    my $self = shift;
    851879
     
    878906}
    879907
    880 sub delete_instance {
     908
     909sub delete_instance
     910{
    881911    my $self = shift;
    882912
     
    923953
    924954
    925 sub mounts {
     955sub mounts
     956{
    926957    my $self = shift;
    927958
     
    943974}
    944975
    945 sub stat {
     976
     977sub stat
     978{
    946979    my $self = shift;
    947980
     
    9741007}
    9751008
    976 sub err {
     1009
     1010sub err
     1011{
    9771012    my $self = shift;
    9781013
     
    9821017}
    9831018
    984 sub set_err {
     1019
     1020sub set_err
     1021{
    9851022    my $self = shift;
    9861023
     
    9951032}
    9961033
     1034
    99710351;
    9981036
Note: See TracChangeset for help on using the changeset viewer.