lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4bb2aed 1/8: Improve concinnity of whitespace


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4bb2aed 1/8: Improve concinnity of whitespace
Date: Mon, 30 Jan 2017 02:49:04 +0000 (UTC)

branch: master
commit 4bb2aed275ca03e9e6830c5a231b7fb47693eaec
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve concinnity of whitespace
---
 input_sequence.cpp |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/input_sequence.cpp b/input_sequence.cpp
index 10c4b62..32a0cb3 100644
--- a/input_sequence.cpp
+++ b/input_sequence.cpp
@@ -162,6 +162,7 @@ InputSequence::InputSequence(std::vector<double> const& v)
             prior_value = current_value;
             }
         }
+
     realize_vector();
 }
 
@@ -198,6 +199,7 @@ InputSequence::InputSequence(std::vector<std::string> 
const& v)
             prior_value = current_value;
             }
         }
+
     realize_vector();
 }
 
@@ -263,6 +265,7 @@ InputSequence::InputSequence
             s_prior_value = s_current_value;
             }
         }
+
     realize_vector();
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]