Skip to content

Commit 01820d3

Browse files
committed
Normalize line endings and whitespace in source files
1 parent 151fb04 commit 01820d3

File tree

574 files changed

+162680
-172416
lines changed

Some content is hidden

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

574 files changed

+162680
-172416
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@
3535
# directory in the root of your repository and any of its
3636
# subdirectories.
3737
# /docs/ @doctocat
38-
39-

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ contact_links:
33
- name: FreeRTOS Community Support Forum
44
url: https://forums.freertos.org/
55
about: Please ask and answer questions about FreeRTOS here.
6-

.github/SECURITY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Reporting a Vulnerability
2-
3-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security
4-
via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting/) or directly via email to [email protected].
5-
Please do **not** create a public github issue.
1+
## Reporting a Vulnerability
2+
3+
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security
4+
via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting/) or directly via email to [email protected].
5+
Please do **not** create a public github issue.

.github/actions/url_verifier.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ function test {
6060
}
6161

6262
test
63-

.github/scripts/find_replace.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ new_text=$2
44
echo "Old text: ${old_text}"
55
echo "New text: ${new_text}"
66
grep -rl "${old_text}" . | xargs gsed -i -e '1h;2,$H;$!d;g' -e "s/${old_text}/${new_text}/g"
7-

.github/scripts/kernel_checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,3 @@ def main():
149149

150150
if __name__ == '__main__':
151151
exit(main())
152-

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ jobs:
7878
- name: URL Checker
7979
run: |
8080
bash kernel/.github/actions/url_verifier.sh kernel
81-

GitHub-FreeRTOS-Kernel-Home.url

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ URL=https://github.com/FreeRTOS/FreeRTOS-Kernel
55
IconIndex=0
66
IDList=
77
HotKey=0
8-

History.txt

Lines changed: 3053 additions & 3056 deletions
Large diffs are not rendered by default.

Quick_Start_Guide.url

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[InternetShortcut]
2-
URL=https://www.FreeRTOS.org/FreeRTOS-quick-start-guide.html
3-
IDList=
4-
[{000214A0-0000-0000-C000-000000000046}]
5-
Prop3=19,2
1+
[InternetShortcut]
2+
URL=https://www.FreeRTOS.org/FreeRTOS-quick-start-guide.html
3+
IDList=
4+
[{000214A0-0000-0000-C000-000000000046}]
5+
Prop3=19,2

0 commit comments

Comments
 (0)