Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
f8a1af4a
Commit
f8a1af4a
authored
Jul 15, 2022
by
Pau Espin Pedrol
Committed by
Mouse
Jul 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aper: cosmetic: fix whitespace
Drop spacing and use tabs everywhere.
parent
30219de2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
66 deletions
+66
-66
skeletons/aper_support.c
skeletons/aper_support.c
+66
-66
No files found.
skeletons/aper_support.c
View file @
f8a1af4a
...
@@ -169,7 +169,7 @@ aper_put_length(asn_per_outp_t *po, int range, size_t length, int *need_eom) {
...
@@ -169,7 +169,7 @@ aper_put_length(asn_per_outp_t *po, int range, size_t length, int *need_eom) {
if
(
aper_put_align
(
po
)
<
0
)
if
(
aper_put_align
(
po
)
<
0
)
return
-
1
;
return
-
1
;
if
(
length
<=
127
)
/* #10.9.3.6 */
{
if
(
length
<=
127
)
{
/* #10.9.3.6 */
return
per_put_few_bits
(
po
,
length
,
8
)
return
per_put_few_bits
(
po
,
length
,
8
)
?
-
1
:
(
ssize_t
)
length
;
?
-
1
:
(
ssize_t
)
length
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment