Run pre-commit's whitespace related hooks on projects/rocminfo (#2115)

In order for pre-commit to be useful, everything needs to meet a common
baseline.

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
This commit is contained in:
Mario Limonciello
2025-12-11 15:41:47 -06:00
zatwierdzone przez GitHub
rodzic bfb13f2b43
commit b106e6f175
9 zmienionych plików z 39 dodań i 39 usunięć
@@ -16,17 +16,17 @@ For example,
.. code-block::
$ git fetch --tags origin
Building from the CMakeLists.txt directory might look like this:
mkdir -p build
cd build
cmake -DCMAKE_PREFIX_PATH=/opt/rocm ..
make
cd ..
Upon a successful build, the binary, ROCmInfo, and the Python script, rocm_agent_enumerator, will be in the `build` folder.