VirtualBox

忽略:
時間撮記:
2010-2-14 上午07:50:58 (15 年 以前)
作者:
vboxsync
訊息:

Additions: whitespace cleanup

位置:
trunk/src/VBox/Additions/solaris
檔案:
修改 5 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/solaris/DRM/include/drm.h

    r18057 r26493  
    603603         DRM_DRAWABLE_CLIPRECTS,
    604604} drm_drawable_info_type_t;
    605  
     605
    606606typedef struct drm_update_draw {
    607607        drm_drawable_t handle;
     
    639639} drm_vblank_seq_type_t;
    640640
    641 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE) 
     641#define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
    642642#define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \
    643         _DRM_VBLANK_NEXTONMISS) 
     643        _DRM_VBLANK_NEXTONMISS)
    644644
    645645struct drm_wait_vblank_request {
  • trunk/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c

    r18576 r26493  
    386386    pDriver->irq_handler        = drm_driver_irq_handler;
    387387
    388     pDriver->driver_ioctls      = 
    389     pDriver->max_driver_ioctls  = 
     388    pDriver->driver_ioctls      =
     389    pDriver->max_driver_ioctls  =
    390390#endif
    391391
  • trunk/src/VBox/Additions/solaris/Makefile.kmk

    r25911 r26493  
    297297else # !VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE
    298298 ifdef VBOX_COMPRESS
    299         $(QUIET)$(VBOX_COMPRESS) $(addprefix $(SOLARIS_VBOXADDINST_DIR_ISA)/,$(SOLARIS_ADD_COMPRESS_FILES)) 
     299        $(QUIET)$(VBOX_COMPRESS) $(addprefix $(SOLARIS_VBOXADDINST_DIR_ISA)/,$(SOLARIS_ADD_COMPRESS_FILES))
    300300 endif
    301301        $(LN_SYMLINK) -f ../../..$(SOLARIS_VBOXADDINST_SUBDIR)/$(SOLARIS_ADDDIR_NAME_ISA)/vboxfsmount         $(SOLARIS_ADD_ETCFS_DIR)/mount
  • 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.
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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