Browse Source

Moving space indentation to tabs

For consistency with cgminer sources
nfactor-troky
nelisky 13 years ago
parent
commit
c280dd0dae
  1. 3
      libztex.c

3
libztex.c

@ -213,9 +213,6 @@ int libztex_configureFpga (struct libztex_device *ztex) { @@ -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;
}

Loading…
Cancel
Save