Browse Source

Fixed indents

pull/15/merge
archshift 12 years ago
parent
commit
704075f04a
  1. 2
      src/video_core/utils.cpp

2
src/video_core/utils.cpp

@ -8,7 +8,6 @@
#include "video_core/utils.h"
namespace VideoCore {
/**
* Dumps a texture to TGA
* @param filename String filename to dump texture to
@ -42,5 +41,4 @@ namespace VideoCore {
}
fclose(fout);
}
} // namespace
Loading…
Cancel
Save