diff options
| author | DavidPartouche <david@manateedev.com> | 2014-10-06 18:37:06 +0200 | 
|---|---|---|
| committer | DavidPartouche <david@manateedev.com> | 2014-10-06 18:37:06 +0200 | 
| commit | dc80f57bc27f430d94b14470d3c0fded6da5b185 (patch) | |
| tree | 12d43708fa458d034222cef69f73434e0018d8e2 /src/osx | |
| parent | 989fd1b505a51bde3f8bcd2bf9b94fa434880dd6 (diff) | |
| download | glutin-dc80f57bc27f430d94b14470d3c0fded6da5b185.tar.gz glutin-dc80f57bc27f430d94b14470d3c0fded6da5b185.zip  | |
Fixed a space missing
Diffstat (limited to 'src/osx')
| -rw-r--r-- | src/osx/mod.rs | 2 | 
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) {  | 
