mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 05:47:45 +00:00
trivial: Some clang-format fixups
This commit is contained in:
parent
751de3f4d2
commit
dc1730c439
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include <fwupdplugin.h>
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <glib/gstdio.h>
|
#include <glib/gstdio.h>
|
||||||
#include <smbios_c/system_info.h>
|
#include <smbios_c/system_info.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include <tss2/tss2_esys.h>
|
#include <tss2/tss2_esys.h>
|
||||||
#include <fwupdplugin.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "fu-plugin-dell.h"
|
#include "fu-plugin-dell.h"
|
||||||
|
|
||||||
|
@ -487,7 +487,6 @@ fu_intel_spi_device_set_quirk_kv(FuDevice *device,
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
if (g_strcmp0(key, "IntelSpiKind") == 0) {
|
if (g_strcmp0(key, "IntelSpiKind") == 0) {
|
||||||
|
|
||||||
/* validate */
|
/* validate */
|
||||||
self->kind = fu_intel_spi_kind_from_string(value);
|
self->kind = fu_intel_spi_kind_from_string(value);
|
||||||
if (self->kind == FU_INTEL_SPI_KIND_UNKNOWN) {
|
if (self->kind == FU_INTEL_SPI_KIND_UNKNOWN) {
|
||||||
|
Loading…
Reference in New Issue
Block a user