aboutsummaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
authorChristoph Mallon2011-08-07 11:39:54 +0200
committerJohannes Schickel2011-08-07 13:53:33 +0200
commit23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618 (patch)
treef82d53010c47ae40d834a4736cd6427f687134ea /test/common
parentbf580e6e6b9af3a545dfd7105aa4e5d691443495 (diff)
downloadscummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.tar.gz
scummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.tar.bz2
scummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.zip
JANITORIAL: Remove trailing empty lines.
Diffstat (limited to 'test/common')
-rw-r--r--test/common/algorithm.h1
-rw-r--r--test/common/fixedstack.h1
-rw-r--r--test/common/queue.h1
-rw-r--r--test/common/stack.h1
-rw-r--r--test/common/tokenizer.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/test/common/algorithm.h b/test/common/algorithm.h
index 4d7e9b2e20..beba495e40 100644
--- a/test/common/algorithm.h
+++ b/test/common/algorithm.h
@@ -80,4 +80,3 @@ public:
TS_ASSERT_EQUALS(checkSort(list.begin(), list.end(), Common::Less<Item>()), true);
}
};
-
diff --git a/test/common/fixedstack.h b/test/common/fixedstack.h
index 62e536d5fa..9aa00b4680 100644
--- a/test/common/fixedstack.h
+++ b/test/common/fixedstack.h
@@ -79,4 +79,3 @@ public:
TS_ASSERT(!q2.empty());
}
};
-
diff --git a/test/common/queue.h b/test/common/queue.h
index cadb3979d7..c11f7a31ca 100644
--- a/test/common/queue.h
+++ b/test/common/queue.h
@@ -80,4 +80,3 @@ public:
TS_ASSERT(!q2.empty());
}
};
-
diff --git a/test/common/stack.h b/test/common/stack.h
index 66ba5f5e2b..0b1bcee350 100644
--- a/test/common/stack.h
+++ b/test/common/stack.h
@@ -79,4 +79,3 @@ public:
TS_ASSERT(!q2.empty());
}
};
-
diff --git a/test/common/tokenizer.h b/test/common/tokenizer.h
index 9c14875b81..c6a73d77b7 100644
--- a/test/common/tokenizer.h
+++ b/test/common/tokenizer.h
@@ -55,4 +55,3 @@ public:
}
};
-