Test library for MTS Socket Modem Arduino Shield devices for Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas ... more

Files at this revision

API Documentation at this revision

Comitter:
Mike Fiore
Date:
Thu Jun 25 08:45:51 2015 -0500
Parent:
12:8855e127ccd5
Commit message:
fix whitespace

Changed in this revision

TestCollection.h Show annotated file Show diff for this revision Revisions of this file
--- a/TestCollection.h	Wed Mar 11 19:13:33 2015 +0000
+++ b/TestCollection.h	Thu Jun 25 08:45:51 2015 -0500
@@ -11,7 +11,8 @@
     TestCollection(std::string testName);
     ~TestCollection();
     std::string getName();
-    virtual void run() = 0;
+    virtual void run() = 0;
+
 private:
     std::string testName;
 };