clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: I73acd9daf41b52bcc3f6af9a1c38c5f162ae76b2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/IpmbSDRSensor.cpp b/src/IpmbSDRSensor.cpp
index d0ab884..72a2cdb 100644
--- a/src/IpmbSDRSensor.cpp
+++ b/src/IpmbSDRSensor.cpp
@@ -69,7 +69,7 @@
data[recordCountLSB];
self->reserveSDRRepository(recordCount);
- },
+ },
ipmbService, ipmbDbusPath, ipmbInterface, ipmbMethod, commandAddress,
sdr::netfnStorageReq, lun, sdr::cmdStorageGetSdrInfo, sdrCommandData);
}
@@ -107,7 +107,7 @@
uint8_t resrvIDMSB = data[1];
self->getSDRSensorData(recordCount, resrvIDLSB, resrvIDMSB);
- },
+ },
ipmbService, ipmbDbusPath, ipmbInterface, ipmbMethod, commandAddress,
sdr::netfnStorageReq, lun, sdr::cmdStorageReserveSdr, sdrCommandData);
}
@@ -150,7 +150,7 @@
}
self->handleSDRData(data, recordCount, resrvIDLSB, resrvIDMSB);
- },
+ },
ipmbService, ipmbDbusPath, ipmbInterface, ipmbMethod, commandAddress,
sdr::netfnStorageReq, lun, sdr::cmdStorageGetSdr, commandData);
}