[med-svn] [aghermann] 15/24: trim whitespace

andrei zavada hmmr-guest at moszumanska.debian.org
Mon Jun 15 01:48:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch WIP
in repository aghermann.

commit be511c31394aa5ff2762e2dc819851eefe588f11
Author: Andrei Zavada <hmmr at ra>
Date:   Sun Jun 14 22:01:36 2015 +0300

    trim whitespace
---
 upstream/src/aghermann/model/achermann-tunable.hh | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/upstream/src/aghermann/model/achermann-tunable.hh b/upstream/src/aghermann/model/achermann-tunable.hh
index ead39b1..9bd5282 100644
--- a/upstream/src/aghermann/model/achermann-tunable.hh
+++ b/upstream/src/aghermann/model/achermann-tunable.hh
@@ -32,10 +32,10 @@ using namespace std;
 
 
 enum TTunable {
-        rs,        rc,
-        fcR,        fcW,
-        S0,        SU,
-        ta,        tp,
+        rs,     rc,
+        fcR,    fcW,
+        S0,     SU,
+        ta,     tp,
         gc,
         _basic_tunables,
         gc1 = gc,
@@ -53,11 +53,11 @@ enum class TTRole {
 
 
 struct STunableDescription {
-        double        def_val, def_min, def_max, def_step;
-        float        display_scale_factor,
+        double  def_val, def_min, def_max, def_step;
+        float   display_scale_factor,
                 adj_step;
-        bool        is_required;
-        int        time_adj;
+        bool    is_required;
+        int     time_adj;
         const char
                 *name,
                 *fmt,
@@ -78,8 +78,8 @@ string tunable_unit( size_t);
 template <TTRole Of = TTRole::v>
 struct STunableSet {
     public:
-        double        P[TTunable::_all_tunables];
-        size_t        n_egc;
+        double  P[TTunable::_all_tunables];
+        size_t  n_egc;
 
         STunableSet (const STunableSet&) = default;
         STunableSet (size_t n_egc_ = 0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git



More information about the debian-med-commit mailing list