r300: fix indentation

Reported-by: Nicolai Hähnle <nhaehnle@gmail.com>
This commit is contained in:
Maciej Cencora
2009-07-11 16:16:11 +02:00
parent 48cc352a71
commit ec854729d1
@@ -368,10 +368,10 @@ struct r300_fragment_program *r300SelectFragmentShader(GLcontext *ctx)
fp = fp_list->progs;
while (fp) {
if (_mesa_memcmp(&fp->state, &state, sizeof(state)) == 0) {
return r300->selected_fp = fp;
}
fp = fp->next;
if (_mesa_memcmp(&fp->state, &state, sizeof(state)) == 0) {
return r300->selected_fp = fp;
}
fp = fp->next;
}
fp = _mesa_calloc(sizeof(struct r300_fragment_program));