]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/date_time/test/local_time/testlocal_time.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / date_time / test / local_time / testlocal_time.cpp
index dbbe7e88f49056ab54309cdeb43420e4b03c9f08..058090fc0a4e0d92b9fe74124c10de25bd70771e 100644 (file)
@@ -288,8 +288,8 @@ main()
         local_date_time ldt(not_a_date_time);
         tm ldt_tm = to_tm(ldt);
         check("Exception not thrown (special_value to_tm)", false);
-       //does nothing useful but stops compiler from complaining about unused ldt_tm
-       std::cout << ldt_tm.tm_sec << std::endl; 
+        //does nothing useful but stops compiler from complaining about unused ldt_tm
+        std::cout << ldt_tm.tm_sec << std::endl; 
       }catch(std::out_of_range&){
         check("Caught expected exception (special_value to_tm)", true);
       }catch(...){