diff options
| author | Minsoo Choo <minsoo@minsoo.io> | 2026-04-20 03:08:01 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-04-21 14:08:04 +0000 |
| commit | a338f5a0e7b1b5c22595aacbac44582ed5e0fe86 (patch) | |
| tree | bad4ef43ba4df10a75f3c95f26c98ecca57f42d0 | |
| parent | 16de94eaf09b75a9a1e90254a6fe5812f55f4cab (diff) | |
conf: remove trailing whitespace
This prevents unwanted change when saving files on IDEs (e.g. VSCode,
Zed)
Signed-off-by: Minsoo Choo <minsoo@minsoo.io>
Sponsored by: The FreeBSD Foundation
Pull request: https://github.com/freebsd/freebsd-src/pull/2152
| -rw-r--r-- | sys/conf/files | 2 | ||||
| -rw-r--r-- | sys/conf/files.powerpc | 10 | ||||
| -rw-r--r-- | sys/conf/options | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/files b/sys/conf/files index 18ca17c731a8..1a484f5e50a8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1271,7 +1271,7 @@ dev/bhnd/cores/chipc/bhnd_chipc_if.m optional bhnd dev/bhnd/cores/chipc/bhnd_sprom_chipc.c optional bhnd dev/bhnd/cores/chipc/bhnd_pmu_chipc.c optional bhnd dev/bhnd/cores/chipc/chipc.c optional bhnd -dev/bhnd/cores/chipc/chipc_cfi.c optional bhnd cfi +dev/bhnd/cores/chipc/chipc_cfi.c optional bhnd cfi dev/bhnd/cores/chipc/chipc_gpio.c optional bhnd gpio dev/bhnd/cores/chipc/chipc_slicer.c optional bhnd cfi | bhnd spibus dev/bhnd/cores/chipc/chipc_spi.c optional bhnd spibus diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index d9171d33c8c0..b64219146e9d 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -231,7 +231,7 @@ dev/sound/macio/snapper.c optional snd_ai2s iicbus powermac dev/sound/macio/tumbler.c optional snd_ai2s iicbus powermac dev/syscons/scgfbrndr.c optional sc dev/tsec/if_tsec.c optional tsec -dev/tsec/if_tsec_fdt.c optional tsec +dev/tsec/if_tsec_fdt.c optional tsec dev/uart/uart_cpu_powerpc.c optional uart dev/usb/controller/ehci_fsl.c optional ehci mpc85xx dev/vt/hw/ofwfb/ofwfb.c optional vt aim @@ -327,19 +327,19 @@ powerpc/powermac/fcu.c optional powermac fcu powerpc/powermac/grackle.c optional powermac pci powerpc/powermac/hrowpic.c optional powermac pci powerpc/powermac/kiic.c optional powermac kiic -powerpc/powermac/macgpio.c optional powermac pci +powerpc/powermac/macgpio.c optional powermac pci powerpc/powermac/macio.c optional powermac pci powerpc/powermac/nvbl.c optional powermac nvbl powerpc/powermac/platform_powermac.c optional powermac powerpc/powermac/powermac_thermal.c optional powermac powerpc/powermac/pswitch.c optional powermac pswitch -powerpc/powermac/pmu.c optional powermac pmu -powerpc/powermac/smu.c optional powermac smu +powerpc/powermac/pmu.c optional powermac pmu +powerpc/powermac/smu.c optional powermac smu powerpc/powermac/smusat.c optional powermac smu powerpc/powermac/tbgpio.c optional powermac pci smp powerpc/powermac/uninorth.c optional powermac powerpc/powermac/uninorthpci.c optional powermac pci -powerpc/powermac/vcoregpio.c optional powermac +powerpc/powermac/vcoregpio.c optional powermac powerpc/powernv/opal.c optional powernv powerpc/powernv/opal_async.c optional powernv powerpc/powernv/opal_console.c optional powernv diff --git a/sys/conf/options b/sys/conf/options index 54994503ad65..6c8bc1048882 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -39,7 +39,7 @@ AHC_DEBUG_OPTS opt_aic7xxx.h AHC_REG_PRETTY_PRINT opt_aic7xxx.h AHD_DEBUG opt_aic79xx.h AHD_DEBUG_OPTS opt_aic79xx.h -AHD_TMODE_ENABLE opt_aic79xx.h +AHD_TMODE_ENABLE opt_aic79xx.h AHD_REG_PRETTY_PRINT opt_aic79xx.h # Debugging options @@ -865,7 +865,7 @@ IWN_DEBUG opt_iwn.h # Options for the Intel 3945ABG wireless driver WPI_DEBUG opt_wpi.h -# dcons options +# dcons options DCONS_BUF_SIZE opt_dcons.h DCONS_POLL_HZ opt_dcons.h DCONS_FORCE_CONSOLE opt_dcons.h |
