Skip to content

Commit 28e843c

Browse files
committed
Enforce newline at end of files
Reference: https://medium.com/@alexey.inkin/fdf76d1d090e
1 parent 3e291c0 commit 28e843c

75 files changed

Lines changed: 55 additions & 74 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"remoteUser": "vscode",
1111

1212
"runArgs": [ "--cap-add=NET_ADMIN"]
13-
}
13+
}

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ configure eol=lf
3737

3838
*.cmake whitespace=tab-in-indent
3939
*.rst whitespace=tab-in-indent conflict-marker-size=79
40-
*.txt whitespace=tab-in-indent
40+
*.txt whitespace=tab-in-indent

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

cmake/arm-none-eabi.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ SET(CMAKE_ASM_FLAGS_DEBUG "-g -ggdb3" CACHE INTERNAL "asm debug compiler flags")
2626

2727
SET(CMAKE_C_FLAGS_RELEASE "-O3" CACHE INTERNAL "c release compiler flags")
2828
SET(CMAKE_CXX_FLAGS_RELEASE "-O3" CACHE INTERNAL "cxx release compiler flags")
29-
SET(CMAKE_ASM_FLAGS_RELEASE "" CACHE INTERNAL "asm release compiler flags")
29+
SET(CMAKE_ASM_FLAGS_RELEASE "" CACHE INTERNAL "asm release compiler flags")

cmake/cortex_m0.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set(VFP_FLAGS "")
1010
set(SPEC_FLAGS "--specs=nosys.specs")
1111
# set(LD_FLAGS "-nostartfiles")
1212

13-
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)
13+
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)

cmake/cortex_m3.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set(VFP_FLAGS "")
1010
set(SPEC_FLAGS "--specs=nosys.specs")
1111
# set(LD_FLAGS "-nostartfiles")
1212

13-
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)
13+
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)

cmake/cortex_m4.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set(VFP_FLAGS "")
1010
set(SPEC_FLAGS "--specs=nosys.specs")
1111
# set(LD_FLAGS "-nostartfiles")
1212

13-
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)
13+
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)

cmake/cortex_m7.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set(VFP_FLAGS "")
1010
set(SPEC_FLAGS "--specs=nosys.specs")
1111
# set(LD_FLAGS "-nostartfiles")
1212

13-
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)
13+
include(${CMAKE_CURRENT_LIST_DIR}/arm-none-eabi.cmake)

cmake/utilities.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ function(add_azrtos_component_dir dirname)
1212
list(APPEND tmp "azrtos::${dirname}")
1313
# Copy the temp back up to the parent list
1414
set(azrtos_targets ${tmp} PARENT_SCOPE)
15-
endfunction()
15+
endfunction()

docs/revision_history.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,4 +1550,4 @@ Below is the revision history for 5.x.
15501550
tx*.h Changed comments and copyright header.
15511551

15521552

1553-
12-12-2012 Initial ThreadX SMP generic code version 5.6.1.
1553+
12-12-2012 Initial ThreadX SMP generic code version 5.6.1.

0 commit comments

Comments
 (0)