summaryrefslogtreecommitdiff
path: root/examples/synthetic/bitfield/program.cpp
diff options
context:
space:
mode:
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
+}