[Lada-commits] [PATCH] Remove trailing whitespace

Wald Commits scm-commit at wald.intevation.org
Tue Feb 7 18:50:48 CET 2017


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1486489832 -3600
# Node ID 49efc1cc0eacbff37d39e89cafdca8bd37eba019
# Parent  2e462c5334f18402cf01b7279a9fe5dd8a45b778
Remove trailing whitespace.

diff -r 2e462c5334f1 -r 49efc1cc0eac app/controller/form/Messprogramm.js
--- a/app/controller/form/Messprogramm.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/controller/form/Messprogramm.js	Tue Feb 07 18:50:32 2017 +0100
@@ -316,7 +316,7 @@
         if ( (desk.layer === 0 ) && (records[0].get('sn') === 0) ){
             mediatext.setValue('');
         } else {
-            if ( current[1] === '01') { 
+            if ( current[1] === '01') {
                 if ( (current[4] !== '00') && (desk.layer === 3) ) {
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ( (current[3] !== '00') && (desk.layer === 2) ) {
@@ -325,15 +325,15 @@
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ( (current[1] !== '00') && (desk.layer === 0 )) {
                     mediatext.setValue(records[0].data.beschreibung);
-                } 
+                }
             }
 
-            if ( current[1] !== '01') { 
+            if ( current[1] !== '01') {
                 if ((current[2] !== '00') && (desk.layer === 1 )) {
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ((current[1] !== '00') && (desk.layer === 0 )) {
                     mediatext.setValue(records[0].data.beschreibung);
-                } 
+                }
             }
         }
     },
diff -r 2e462c5334f1 -r 49efc1cc0eac app/controller/form/Ortserstellung.js
--- a/app/controller/form/Ortserstellung.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/controller/form/Ortserstellung.js	Tue Feb 07 18:50:32 2017 +0100
@@ -143,7 +143,7 @@
             panel.down('button[action=revert]').setDisabled(true);
         }
         if (form.isValid()) {
-            //one of three conditions must apply, the first one depending 
+            //one of three conditions must apply, the first one depending
             // on three fields
             if (
                 (form.findField('kdaId').getValue()
diff -r 2e462c5334f1 -r 49efc1cc0eac app/controller/form/Probe.js
--- a/app/controller/form/Probe.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/controller/form/Probe.js	Tue Feb 07 18:50:32 2017 +0100
@@ -277,7 +277,7 @@
         if ( (desk.layer === 0 ) && (records[0].get('sn') === 0) ){
             mediatext.setValue('');
         } else {
-            if ( current[1] === '01') { 
+            if ( current[1] === '01') {
                 if ( (current[4] !== '00') && (desk.layer === 3) ) {
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ( (current[3] !== '00') && (desk.layer === 2) ) {
@@ -286,15 +286,15 @@
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ( (current[1] !== '00') && (desk.layer === 0 )) {
                     mediatext.setValue(records[0].data.beschreibung);
-                } 
+                }
             }
 
-            if ( current[1] !== '01') { 
+            if ( current[1] !== '01') {
                 if ((current[2] !== '00') && (desk.layer === 1 )) {
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ((current[1] !== '00') && (desk.layer === 0 )) {
                     mediatext.setValue(records[0].data.beschreibung);
-                } 
+                }
             }
         }
     },
diff -r 2e462c5334f1 -r 49efc1cc0eac app/store/DatensatzErzeuger.js
--- a/app/store/DatensatzErzeuger.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/DatensatzErzeuger.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
diff -r 2e462c5334f1 -r 49efc1cc0eac app/store/MessprogrammKategorie.js
--- a/app/store/MessprogrammKategorie.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/MessprogrammKategorie.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
diff -r 2e462c5334f1 -r 49efc1cc0eac app/store/Messungen.js
--- a/app/store/Messungen.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Messungen.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
diff -r 2e462c5334f1 -r 49efc1cc0eac app/store/Messwerte.js
--- a/app/store/Messwerte.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Messwerte.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
diff -r 2e462c5334f1 -r 49efc1cc0eac app/store/Ortszuordnung.js
--- a/app/store/Ortszuordnung.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Ortszuordnung.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
diff -r 2e462c5334f1 -r 49efc1cc0eac app/store/Proben.js
--- a/app/store/Proben.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Proben.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
diff -r 2e462c5334f1 -r 49efc1cc0eac app/store/Probenehmer.js
--- a/app/store/Probenehmer.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Probenehmer.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
diff -r 2e462c5334f1 -r 49efc1cc0eac app/store/Probenzusatzwerte.js
--- a/app/store/Probenzusatzwerte.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Probenzusatzwerte.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**


More information about the Lada-commits mailing list