aboutsummaryrefslogtreecommitdiffstats
path: root/cxx11/c++11-test-long_long-N1811.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cxx11/c++11-test-long_long-N1811.cpp')
-rw-r--r--cxx11/c++11-test-long_long-N1811.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/cxx11/c++11-test-long_long-N1811.cpp b/cxx11/c++11-test-long_long-N1811.cpp
index 2ae6988..0911127 100644
--- a/cxx11/c++11-test-long_long-N1811.cpp
+++ b/cxx11/c++11-test-long_long-N1811.cpp
@@ -1,7 +1,7 @@
-int main(void)
-{
- long long l;
- unsigned long long ul;
-
- return ((sizeof(l) >= 8) && (sizeof(ul) >= 8)) ? 0 : 1;
-}
+int main(void)
+{
+ long long l;
+ unsigned long long ul;
+
+ return ((sizeof(l) >= 8) && (sizeof(ul) >= 8)) ? 0 : 1;
+}