Mercurial > pidgin.yaz
diff pidgin/plugins/crazychat/models.c @ 31534:a8cc50c2279f
Remove trailing whitespace
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 04 Jan 2011 06:55:30 +0000 |
| parents | 5fe8042783c1 |
| children |
line wrap: on
line diff
--- a/pidgin/plugins/crazychat/models.c Tue Jan 04 06:42:45 2011 +0000 +++ b/pidgin/plugins/crazychat/models.c Tue Jan 04 06:55:30 2011 +0000 @@ -11,9 +11,9 @@ GLint* temp_lists; GLMmodel** temp_models; char* temp = (char*)malloc(sizeof(char) * (strlen(name) + strlen(".obj" + 3))); - GLMmodel* model; + GLMmodel* model; float dum; - temp_lists = (GLint*)malloc(sizeof(GLint) * num_lists); + temp_lists = (GLint*)malloc(sizeof(GLint) * num_lists); temp_models = (GLMmodel**)malloc(sizeof(GLMmodel*) * num_lists); for(i=0;i<num_lists;i++) { @@ -38,7 +38,7 @@ *lists = temp_lists; *models = temp_models; - free(temp); + free(temp); } int compute_lid(BOOL open, int curr_lid, int max){ @@ -51,7 +51,7 @@ } else { if(curr_lid >=2){ - curr_lid-=2; + curr_lid-=2; } else if(curr_lid==1){ curr_lid--;
