mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-30 02:38:19 +02:00
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
This commit is contained in:
committed by
Euripedes Rocha
parent
87d698cbc7
commit
6c55757f70
@ -1,2 +1,2 @@
|
||||
idf_component_register(SRC_DIRS "."
|
||||
PRIV_REQUIRES cmock test_utils mqtt nvs_flash app_update)
|
||||
PRIV_REQUIRES cmock test_utils mqtt nvs_flash app_update)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#
|
||||
#Component Makefile
|
||||
#
|
||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
||||
|
@ -1,3 +1,2 @@
|
||||
CaseConfig:
|
||||
- name: test_weekend_mqtt_publish
|
||||
|
||||
|
@ -4,4 +4,3 @@ CaseConfig:
|
||||
dut:
|
||||
class: ESP32QEMUDUT
|
||||
package: ttfw_idf
|
||||
|
||||
|
Reference in New Issue
Block a user