aboutsummaryrefslogtreecommitdiff
path: root/examples/synthetic/bitfield/program.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-01-19 10:06:29 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-01-19 10:06:29 +0000
commit94994d372d014ce4c8758b9605d63fae651bd8aa (patch)
tree51c0b708bd59f205d6b35cb2a8c24d62f0c33d77 /examples/synthetic/bitfield/program.cpp
parent39be7ce23363d12ae3e49aeb1fdb2bfeb892e836 (diff)
Diffstat (limited to 'examples/synthetic/bitfield/program.cpp')
-rw-r--r--examples/synthetic/bitfield/program.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/synthetic/bitfield/program.cpp b/examples/synthetic/bitfield/program.cpp
index 1db4aa4e719e..d14edda30515 100644
--- a/examples/synthetic/bitfield/program.cpp
+++ b/examples/synthetic/bitfield/program.cpp
@@ -53,4 +53,4 @@ int main() {
MaskedData data_5(data_4.apply(), 0xFFAC, eMaskingOperatorNor);
MaskedData data_6(data_5.apply(), 0x0000BEEF, eMaskingOperatorAnd);
return data_6.apply(); // <-- what comes out of here?
-} \ No newline at end of file
+}