summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExampleCPlusPlus.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ExampleCPlusPlus.cxx')
-rw-r--r--Examples/ExampleCPlusPlus.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/ExampleCPlusPlus.cxx b/Examples/ExampleCPlusPlus.cxx
index b54786d..ebdf7c3 100644
--- a/Examples/ExampleCPlusPlus.cxx
+++ b/Examples/ExampleCPlusPlus.cxx
@@ -5,7 +5,7 @@ int main(int argc, char const* argv[])
{
bool bar = false;
- bar = true;
+ bar = true;
bool bar2 = bar;
}