Skip to content

Commit

Permalink
remove TABs. fix your editor! :)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45362 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Nov 5, 2024
1 parent 23052bd commit 6e691d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vice/src/drive/iec/fdd.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,9 @@ void fdd_seek_pulse(fd_drive_t *drv, int dir)
if (drv->image) {
/* don't do check on the "image" tracks here since this value for the
CMDFDs is logical not physical */
if (drv->image->type != DISK_IMAGE_TYPE_D1M &&
drv->image->type != DISK_IMAGE_TYPE_D2M &&
drv->image->type != DISK_IMAGE_TYPE_D4M) {
if (drv->image->type != DISK_IMAGE_TYPE_D1M &&
drv->image->type != DISK_IMAGE_TYPE_D2M &&
drv->image->type != DISK_IMAGE_TYPE_D4M) {
if (drv->drive->current_half_track > (drv->image->tracks * 2)) {
log_warning(LOG_DEFAULT, "disk image will get extended (%d tracks)",
drv->drive->current_half_track / 2);
Expand Down

0 comments on commit 6e691d6

Please sign in to comment.