1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-09-01 00:31:51 +00:00

Moving space indentation to tabs

For consistency with cgminer sources
This commit is contained in:
nelisky 2012-04-17 01:51:53 -07:00
parent f9d4d92b9a
commit c280dd0dae
3 changed files with 575 additions and 578 deletions

View File

@ -213,9 +213,6 @@ int libztex_configureFpga (struct libztex_device *ztex) {
strcpy(&buf[strlen(buf)], ".bit");
rv = libztex_configureFpgaLS(ztex, buf, true, 2);
//if (rv == 0) {
// libztex_setFreq(ztex, ztex->freqMDefault);
//}
return rv;
}