Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
crosscc-arm-cortex-a7
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dlang
Examples
crosscc-arm-cortex-a7
Commits
a11c386e
Commit
a11c386e
authored
3 years ago
by
Carsten Schlote
Browse files
Options
Downloads
Patches
Plain Diff
Fix linting
parent
e90ee17a
Branches
main
Tags
v0.0.1
No related merge requests found
Pipeline
#2336
passed with stages
Stage:
Stage:
in 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/test.d
+1
-1
1 addition, 1 deletion
source/test.d
with
1 addition
and
1 deletion
source/test.d
+
1
−
1
View file @
a11c386e
...
...
@@ -10,7 +10,7 @@ import std.stdint;
import
std
.
stdio
;
import
std
.
traits
;
/* Global memory typically found in code for embedded devices */
/*
*
Global memory typically found in code for embedded devices */
__gshared
ubyte
[
512
]
globalSharedBytes
;
/** Shift an array by number of elements
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment