Skip to Content.
Sympa Menu

ndt-dev - Re: [ndt-dev] [ndt] r1025 committed - Align source code for easier reading.

Subject: NDT-DEV email list created

List archive

Re: [ndt-dev] [ndt] r1025 committed - Align source code for easier reading.


Chronological Thread 
  • From: Tiziana Refice <>
  • To:
  • Cc: "<>" <>
  • Subject: Re: [ndt-dev] [ndt] r1025 committed - Align source code for easier reading.
  • Date: Wed, 19 Mar 2014 09:23:16 +0000

LGTM


On Tue, Mar 18, 2014 at 9:59 PM, <> wrote:
Revision: 1025
Author:  
Date:     Tue Mar 18 21:59:44 2014 UTC
Log:      Align source code for easier reading.
http://code.google.com/p/ndt/source/detail?r=1025

Modified:
 /branches/Issue134/flash-client/src/NDTUtils.as

=======================================
--- /branches/Issue134/flash-client/src/NDTUtils.as     Thu Mar 13 16:11:33 2014 UTC
+++ /branches/Issue134/flash-client/src/NDTUtils.as     Tue Mar 18 21:59:44 2014 UTC
@@ -53,7 +53,7 @@
        // recurse infinitely.
        if (functionName != "appendDebugOutput") {
           TestResults.appendDebugMsg("Failed to call " + functionName + ": "
-            + e.toString());
+                                     + e.toString());
         }
       }
     }
@@ -90,7 +90,7 @@
         // TODO(tiziana): Find out why ExternalInterface.available does not work
         // in some cases and this exception is raised.
         TestResults.appendDebugMsg("Failed to get window.navigator.userAgent: "
-          + e.toString());
+                                   + e.toString());
       }

       try {
@@ -103,7 +103,7 @@
         }
       } catch(e:Error) {
         TestResults.appendDebugMsg("Failed to call getNDTServer(): "
-          + e.toString());
+                                   + e.toString());
       }

       try {
@@ -118,7 +118,7 @@
         }
       } catch(e:Error) {
         TestResults.appendDebugMsg("Failed to call getClientApplication(): "
-          + e.toString());
+                                   + e.toString());
       }

       try {
@@ -133,7 +133,7 @@
         }
       } catch(e:Error) {
         TestResults.appendDebugMsg("Failed to call getNDTDescription(): "
-          + e.toString());
+                                   + e.toString());
       }
     }





Archive powered by MHonArc 2.6.16.

Top of Page