projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bcd627
)
logicsegment.cpp: Minor whitespace fix.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 5 Dec 2018 21:23:47 +0000
(22:23 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 5 Dec 2018 21:24:56 +0000
(22:24 +0100)
pv/data/logicsegment.cpp
patch
|
blob
|
history
diff --git
a/pv/data/logicsegment.cpp
b/pv/data/logicsegment.cpp
index 4170f6422d521b0a519432a04b680423844eaf73..b9e57caa9e797725ed5532e226353cef527b7649 100644
(file)
--- a/
pv/data/logicsegment.cpp
+++ b/
pv/data/logicsegment.cpp
@@
-349,7
+349,7
@@
void LogicSegment::append_payload(void *data, uint64_t data_size)
}
void LogicSegment::get_samples(int64_t start_sample,
- int64_t end_sample,
uint8_t* dest) const
+ int64_t end_sample, uint8_t* dest) const
{
assert(start_sample >= 0);
assert(start_sample <= (int64_t)sample_count_);