Skip to content

Commit 0fa6655

Browse files
tobiasb-msCopilot
andcommitted
style: apply EditorConfig formatting
Clean the existing maintained-file baseline so repository-wide EditorConfig enforcement can pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent af7f7d9 commit 0fa6655

15 files changed

Lines changed: 22 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A clear and concise description of what you expected to happen.
3737
What actually happened, including any error messages.
3838

3939
**Screenshots or terminal output**
40-
Where helpful, include screenshots or terminal output.
40+
Where helpful, include screenshots or terminal output.
4141

4242
**Logs**
4343
Relevant system or application logs that show the error or unexpected behavior. Paste as text in fenced code blocks rather than screenshots.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Where would you use this feature? Check all that apply and include details:
1818
- [ ] Other (please describe)
1919

2020
**Is your feature request related to a problem? Please describe.**
21-
A clear and concise description of what the problem is.
21+
A clear and concise description of what the problem is.
2222

2323
**Describe the solution you'd like**
2424
A clear and concise description of what you want to happen.

.pipelines/CodeQL/CodeQL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ resources:
1515
stages:
1616
- stage: CodeQlAnalysis
1717
jobs:
18-
- template: SDL/CodeQL-CBL-Mariner.yml@CBL-Mariner-Pipelines
18+
- template: SDL/CodeQL-CBL-Mariner.yml@CBL-Mariner-Pipelines

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For general questions and feedback, use [GitHub Discussions](https://github.com/
1313
## Production support
1414

1515
> [!NOTE]
16-
> Azure Linux 4.0 isn't generally available (GA) yet.
16+
> Azure Linux 4.0 isn't generally available (GA) yet.
1717
1818
If you're running a GA version of Azure Linux in production on Azure and you hit an outage, regression, or configuration problem, [open an Azure support request](https://learn.microsoft.com/azure/azure-portal/supportability/how-to-create-azure-support-request) through the Azure portal.
1919

base/comps/azurelinux-repos/azurelinux-repos.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ for ARCH in $(sed -ne "s/^azurelinux-%{version}-primary://p" %{SOURCE1}); do
9292
"%{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-azurelinux-%{version}-$ARCH" --test
9393
done
9494
# Ensure some arch key was imported
95-
gpg --no-default-keyring --keyring="$TMPRING" --list-keys | grep -A 2 '^pub\s'
95+
gpg --no-default-keyring --keyring="$TMPRING" --list-keys | grep -A 2 '^pub\s'
9696
rm -f "$TMPRING"
9797

9898
%files

base/comps/azurelinux-rpm-config/dist.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# This script outputs the value for the %{dist} tag.
33
RELEASEFILE=/etc/azurelinux-release
4-
4+
55
function check_num {
66
MAINVER=$(cut -d "(" -f 1 < $RELEASEFILE | sed -e "s/[^0-9.]//g" -e "s/$//g" | cut -d "." -f 1)
77
echo $MAINVER | grep -q '[0-9]' && echo $MAINVER
@@ -12,7 +12,6 @@ DISTTYPE=azl
1212

1313
[ -n "$DISTTYPE" -a -n "$DISTNUM" ] && DISTTAG=".${DISTTYPE}${DISTNUM}"
1414

15-
1615
case "$1" in
1716
--distnum) echo -n "$DISTNUM" ;;
1817
--disttype) echo -n "$DISTTYPE" ;;

base/images/config-container-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ echo "=== Pruning artifacts (post-autoremove) ==="
266266
/tmp/busybox rm -rf /usr/lib/systemd
267267

268268
# Clean up busybox itself.
269-
/tmp/busybox rm -f /tmp/busybox
269+
/tmp/busybox rm -f /tmp/busybox

base/images/tests/cases/runtime/container-base/test_openmpi/send_receive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ int main(int argc, char *argv[]) {
4242

4343
MPI_Finalize();
4444
return 0;
45-
}
45+
}

base/images/tests/cases/runtime/container-base/test_openmpi/test_openmpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ def test_openmpi_send_receive_between_two_ranks(container_exec_shell: ExecShell)
5959
assert "tag2:Using Tag2" in result.output
6060
assert "tag2:Again Using Tag2" in result.output
6161
assert "tag1:Using Tag1" in result.output
62-
assert "tag1:Again Using Tag1" in result.output
62+
assert "tag1:Again Using Tag1" in result.output

locks/azurelinux-repos.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Managed by azldev component update. Do not edit manually.
22
version = 1
33
manual-bump = 2
4-
input-fingerprint = 'sha256:941507adf90f6759358b62b98be3740236b4148d8ea054d693c6828b610fdde4'
4+
input-fingerprint = 'sha256:e43eb5772a5084a2e0e8abb4648301d787a8554f01629485814dd633cf6ccb2c'

0 commit comments

Comments
 (0)