VirtualBox

Ignore:
Timestamp:
Feb 14, 2010 7:50:58 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57663
Message:

Additions: whitespace cleanup

Location:
trunk/src/VBox/Additions/solaris/SharedFolders
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c

    r25883 r26493  
    306306        if (error)
    307307                return (error);
    308        
     308
    309309        /*
    310310         * find what we are mounting
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c

    r25883 r26493  
    295295        if (!node->sf_is_stale && node->sf_type == VDIR) {
    296296                len = strlen(node->sf_path);
    297                
     297
    298298                n = node;
    299299                while ((n = AVL_NEXT(&sfnodes, node)) != NULL) {
     
    474474
    475475        /*
    476          * Look for an existing node. 
     476         * Look for an existing node.
    477477         */
    478478        fullpath = sfnode_construct_path(dir, name);
     
    630630        }
    631631        names = (void *)prov_buff;
    632        
     632
    633633        /*
    634634         * Lookup each of the names, so that we have ino's.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette