comparison src/video/bwindow/SDL_sysvideo.cc @ 3011:8f4ed5ec2b06

I ran a global "make indent" it modified the following files.
author Bob Pendleton <bob@pendleton.com>
date Fri, 09 Jan 2009 20:43:30 +0000
parents 99210400e8b9
children 8cc00819c8d6
comparison
equal deleted inserted replaced
3010:a6694a812119 3011:8f4ed5ec2b06
668 B_SYMBOL_TYPE_ANY, &location) == B_OK) { 668 B_SYMBOL_TYPE_ANY, &location) == B_OK) {
669 _this->gl_config.dll_handle = (void *) cookie; 669 _this->gl_config.dll_handle = (void *) cookie;
670 _this->gl_config.driver_loaded = 1; 670 _this->gl_config.driver_loaded = 1;
671 SDL_strlcpy(_this->gl_config.driver_path, 671 SDL_strlcpy(_this->gl_config.driver_path,
672 "libGL.so", 672 "libGL.so",
673 SDL_arraysize(_this-> 673 SDL_arraysize(_this->gl_config.
674 gl_config.driver_path)); 674 driver_path));
675 } 675 }
676 } 676 }
677 } 677 }
678 } else { 678 } else {
679 /* 679 /*