aboutsummaryrefslogtreecommitdiff
path: root/include/cxx_semantics.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan.zalega@gmail.com>2016-03-05 15:50:53 +0100
committerSzczepan Zalega <szczepan.zalega@gmail.com>2016-03-05 15:50:53 +0100
commit27434dc0e877845cbfb229c5154c342107866fd5 (patch)
tree7b0739b206ffcecb757083f16318326667b7c36c /include/cxx_semantics.h
parent4c511bc53788ada875fd0221b1cc3d4f8b269f91 (diff)
downloadlibnitrokey-27434dc0e877845cbfb229c5154c342107866fd5.tar.gz
libnitrokey-27434dc0e877845cbfb229c5154c342107866fd5.tar.bz2
formatted code with clang-format-3.6 with style=google
Diffstat (limited to 'include/cxx_semantics.h')
-rw-r--r--include/cxx_semantics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cxx_semantics.h b/include/cxx_semantics.h
index f5d3dca..b846317 100644
--- a/include/cxx_semantics.h
+++ b/include/cxx_semantics.h
@@ -7,9 +7,9 @@
* There's no need to include Boost for a simple subset this project needs.
*/
namespace semantics {
- class non_constructible {
- non_constructible() {}
- };
+class non_constructible {
+ non_constructible() {}
+};
}
#endif