Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beam Positoning Monitor - Software
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Beam Positoning Monitor - Software
Commits
5356523d
Commit
5356523d
authored
9 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
examples/acq.c: remove trailing whitespaces
parent
eabc85d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/acq.c
+4
-4
4 additions, 4 deletions
examples/acq.c
with
4 additions
and
4 deletions
examples/acq.c
+
4
−
4
View file @
5356523d
...
...
@@ -43,7 +43,7 @@ void print_data (uint32_t chan, uint32_t *data, uint32_t size, file_fmt_e file_f
if
(
zctx_interrupted
)
{
break
;
}
printf
(
"%8d
\t
%8d
\t
%8d
\t
%8d
\n
"
,
raw_data16
[(
i
*
4
)],
raw_data16
[(
i
*
4
)
+
1
],
...
...
@@ -125,7 +125,7 @@ int main (int argc, char *argv [])
char
*
chan_str
=
NULL
;
char
*
file_fmt_str
=
NULL
;
int
opt
;
while
((
opt
=
getopt_long
(
argc
,
argv
,
shortopt
,
long_options
,
NULL
))
!=
-
1
)
{
/* Get the user selected options */
switch
(
opt
)
{
...
...
@@ -138,7 +138,7 @@ int main (int argc, char *argv [])
case
'b'
:
broker_endp
=
strdup
(
optarg
);
break
;
case
'v'
:
verbose
=
1
;
break
;
...
...
@@ -162,7 +162,7 @@ int main (int argc, char *argv [])
case
'f'
:
file_fmt_str
=
strdup
(
optarg
);
break
;
case
'?'
:
fprintf
(
stderr
,
"[client:acq] Option not recognized or missing argument
\n
"
);
print_help
(
argv
[
0
]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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