aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavidPartouche <david@manateedev.com>2014-10-06 18:37:06 +0200
committerDavidPartouche <david@manateedev.com>2014-10-06 18:37:06 +0200
commitdc80f57bc27f430d94b14470d3c0fded6da5b185 (patch)
tree12d43708fa458d034222cef69f73434e0018d8e2 /src
parent989fd1b505a51bde3f8bcd2bf9b94fa434880dd6 (diff)
downloadglutin-dc80f57bc27f430d94b14470d3c0fded6da5b185.tar.gz
glutin-dc80f57bc27f430d94b14470d3c0fded6da5b185.zip
Fixed a space missing
Diffstat (limited to 'src')
-rw-r--r--src/osx/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osx/mod.rs b/src/osx/mod.rs
index e61e536..d41c9c7 100644
--- a/src/osx/mod.rs
+++ b/src/osx/mod.rs
@@ -23,7 +23,7 @@ pub fn get_primary_monitor() -> MonitorID {
impl MonitorID {
pub fn get_name(&self) -> Option<String> {
- unimplemented!()
+ unimplemented!()
}
pub fn get_dimensions(&self) -> (uint, uint) {