summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7790c3..5ac9d54 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ int main(int argc, char** argv)
auto opt = ocl::opt(ocl::eval_eq(50, 50)).expect("ocl::eval_eq, does not match!");
opt = ocl::opt(ocl::eval_eq(50, 40));
opt.expect("this time it doesn't.");
-
+
return EXIT_SUCCESS;
}
```