aboutsummaryrefslogtreecommitdiffstats
path: root/cxx11/c++11-test-auto-N2546.cpp
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-10-29 23:05:34 -0400
committerAlec Thomas <alec@swapoff.org>2013-10-29 23:05:34 -0400
commit9eddc27fcd35289f68be45caaa53a47b8041c12a (patch)
tree4e1d9f35a3beeddcf7df974252c59f6641bd0fe3 /cxx11/c++11-test-auto-N2546.cpp
parenta9206abf2f7cf7d9de19d2e077a134485edf95db (diff)
Normalize line endings
Diffstat (limited to 'cxx11/c++11-test-auto-N2546.cpp')
-rw-r--r--cxx11/c++11-test-auto-N2546.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/cxx11/c++11-test-auto-N2546.cpp b/cxx11/c++11-test-auto-N2546.cpp
index dbff414..948648e 100644
--- a/cxx11/c++11-test-auto-N2546.cpp
+++ b/cxx11/c++11-test-auto-N2546.cpp
@@ -1,12 +1,12 @@
-
-int main()
-{
- auto i = 5;
- auto f = 3.14159f;
- auto d = 3.14159;
- bool ret = (
- (sizeof(f) < sizeof(d)) &&
- (sizeof(i) == sizeof(int))
- );
- return ret ? 0 : 1;
-}
+
+int main()
+{
+ auto i = 5;
+ auto f = 3.14159f;
+ auto d = 3.14159;
+ bool ret = (
+ (sizeof(f) < sizeof(d)) &&
+ (sizeof(i) == sizeof(int))
+ );
+ return ret ? 0 : 1;
+}