Remove unnecessary line breaks.

This commit is contained in:
inference 2022-12-25 07:35:39 +00:00
parent 182aa09397
commit 61be9421e6

View File

@ -3,7 +3,7 @@
# Copyright 2021-2023 Inference # Copyright 2021-2023 Inference
# SPDX-License-Identifier: BSD-3-Clause-Clear # SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 1.0.1.1 # Version: 1.0.2.2
print_info() { print_info() {
@ -115,11 +115,8 @@ shell_version="on"
# Supports: Linux with 'cpufreq' # Supports: Linux with 'cpufreq'
# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value. # NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value.
speed_type="bios_limit" speed_type="bios_limit"
speed_shorthand="off" speed_shorthand="off"
cpu_brand="on" cpu_brand="on"
cpu_speed="on" cpu_speed="on"
# CPU Cores # CPU Cores
@ -135,11 +132,8 @@ cpu_speed="on"
# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores) # physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores)
# off: 'Intel i7-6500U @ 3.1GHz' # off: 'Intel i7-6500U @ 3.1GHz'
cpu_cores="logical" cpu_cores="logical"
gpu_brand="on" gpu_brand="on"
gpu_type="all" gpu_type="all"
refresh_rate="on" refresh_rate="on"
@ -443,4 +437,3 @@ crop_offset="center"
# Values: 'num', '-num' # Values: 'num', '-num'
# Flag: --gap # Flag: --gap
gap=3 gap=3