Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • QEMU QEMU
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 608
    • Issues 608
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • QEMU
  • QEMUQEMU
  • Issues
  • #371
Closed
Open
Created May 31, 2021 by Thomas Huth@thuthReporter

Indentation should be done with spaces, not with TABs, in the block subsystem

There are still a lot of old files in the QEMU block code base that use TABs for indentation instead of using 4 spaces in these files here:

 include/hw/block/flash.h
 include/hw/ide/internal.h
 include/block/nbd.h
 hw/ide/cmd646.c
 hw/ide/core.c
 hw/ide/microdrive.c
 block/bochs.c
 block/qcow.c
 block/file-posix.c
 block/file-win32.c
 block/parallels.c
 hw/block/nand.c
 hw/block/onenand.c
 hw/block/tc58128.c
 hw/block/fdc.c

The TABs should be replaced by 4 spaces to make sure that we have a consistent coding style everywhere.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking