]> git.tdb.fi Git - libs/datafile.git/commitdiff
Cosmetic changes master
authorMikko Rasa <tdb@tdb.fi>
Tue, 2 Nov 2021 14:44:27 +0000 (16:44 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 2 Nov 2021 14:44:27 +0000 (16:44 +0200)
source/binfloat.cpp
source/loader.h

index 50fe5c53329331b3b6661ba5e0bb5874ed596e67..c6097d86cacc69dc4015fa896b72aa66d5bd0840 100644 (file)
@@ -3,7 +3,6 @@
 
 using namespace std;
 
-
 namespace Msp {
 namespace DataFile {
 
index b9eee50d8cde99b49fc897952580fa1d1695893e..3fe26e7c03bccfce0cd2441a46e055b99ffb8831 100644 (file)
@@ -83,7 +83,7 @@ protected:
        }
 
        /** Loads a sub-object from the statement being processed with an extra
-       parameter for the Loader.  The Loader class of the sub-object is
+       arguments for the Loader.  The Loader class of the sub-object is
        automatically used. */
        template<typename S, typename... Args>
        void load_sub(S &s, Args &&... args)
@@ -192,7 +192,7 @@ void load(T &obj, typename T::Loader::Collection &coll, const std::string &fn, A
 }
 
 /**
-Loads an object from a file stored in a collection.  The object must havea
+Loads an object from a file stored in a collection.  The object must have a
 public Loader class.  Any extra arguments are passed to the Loader constructor.
 */
 template<typename T, typename C, typename... Args>