|
From: <man...@us...> - 2015-06-11 19:58:57
|
Revision: 5291
http://sourceforge.net/p/modplug/code/5291
Author: manxorist
Date: 2015-06-11 19:58:50 +0000 (Thu, 11 Jun 2015)
Log Message:
-----------
[Fix] No new-line at end of file is malformed source code in C++98. Any conforming C++98 compiler will loudly and rightfully warn. Quote ?\194?\1672.1.1.2: "If a source file that is not empty does not end in a new-line character, or ends in a new-line character immediately preceded by a backslash character before any such splicing takes place, the behavior is undefined."
Modified Paths:
--------------
trunk/OpenMPT/soundlib/tuning.cpp
trunk/OpenMPT/soundlib/tuning.h
trunk/OpenMPT/soundlib/tuningbase.cpp
trunk/OpenMPT/soundlib/tuningbase.h
Modified: trunk/OpenMPT/soundlib/tuning.cpp
===================================================================
--- trunk/OpenMPT/soundlib/tuning.cpp 2015-06-11 19:18:07 UTC (rev 5290)
+++ trunk/OpenMPT/soundlib/tuning.cpp 2015-06-11 19:58:50 UTC (rev 5291)
@@ -595,4 +595,4 @@
} // namespace CTuningS11n.
-OPENMPT_NAMESPACE_END
\ No newline at end of file
+OPENMPT_NAMESPACE_END
Modified: trunk/OpenMPT/soundlib/tuning.h
===================================================================
--- trunk/OpenMPT/soundlib/tuning.h 2015-06-11 19:18:07 UTC (rev 5290)
+++ trunk/OpenMPT/soundlib/tuning.h 2015-06-11 19:58:50 UTC (rev 5291)
@@ -174,4 +174,4 @@
}; //End: CTuningRTI declaration.
-OPENMPT_NAMESPACE_END
\ No newline at end of file
+OPENMPT_NAMESPACE_END
Modified: trunk/OpenMPT/soundlib/tuningbase.cpp
===================================================================
--- trunk/OpenMPT/soundlib/tuningbase.cpp 2015-06-11 19:18:07 UTC (rev 5290)
+++ trunk/OpenMPT/soundlib/tuningbase.cpp 2015-06-11 19:58:50 UTC (rev 5291)
@@ -476,4 +476,4 @@
}
-OPENMPT_NAMESPACE_END
\ No newline at end of file
+OPENMPT_NAMESPACE_END
Modified: trunk/OpenMPT/soundlib/tuningbase.h
===================================================================
--- trunk/OpenMPT/soundlib/tuningbase.h 2015-06-11 19:18:07 UTC (rev 5290)
+++ trunk/OpenMPT/soundlib/tuningbase.h 2015-06-11 19:58:50 UTC (rev 5291)
@@ -325,4 +325,4 @@
}
-OPENMPT_NAMESPACE_END
\ No newline at end of file
+OPENMPT_NAMESPACE_END
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|