summaryrefslogtreecommitdiff
path: root/src/vertical_reference.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-16 20:35:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-16 20:35:54 +0000
commit5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 (patch)
tree96952a50aeb4f68ab458f8191a3d464f8ced7aa7 /src/vertical_reference.cc
parent462902f22a930c52d6d4ac4ac9097d078108b568 (diff)
No-op; remove trailing whitespace.
Diffstat (limited to 'src/vertical_reference.cc')
-rw-r--r--src/vertical_reference.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vertical_reference.cc b/src/vertical_reference.cc
index 3f9219b..7dff965 100644
--- a/src/vertical_reference.cc
+++ b/src/vertical_reference.cc
@@ -34,6 +34,6 @@ sub::string_to_vertical_reference (string s)
} else if (s == "bottom") {
return BOTTOM_OF_SCREEN;
}
-
+
throw XMLError ("unknown subtitle valign type");
}