diff --git a/material-ui/legacy/material-ui-0.11.1-tests.tsx b/material-ui/legacy/material-ui-0.11.1-tests.tsx
index eed734d95..c686efa9e 100644
--- a/material-ui/legacy/material-ui-0.11.1-tests.tsx
+++ b/material-ui/legacy/material-ui-0.11.1-tests.tsx
@@ -1,5 +1,5 @@
-///
-///
+///
+///
import * as React from "react/addons";
import mui = require("material-ui");
diff --git a/material-ui/legacy/material-ui-0.11.1.d.ts b/material-ui/legacy/material-ui-0.11.1.d.ts
index c5c37ee91..7f464bc57 100644
--- a/material-ui/legacy/material-ui-0.11.1.d.ts
+++ b/material-ui/legacy/material-ui-0.11.1.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Nathan Brown
// Definitions: https://github.com/borisyankov/DefinitelyTyped
-///
+///
declare module "material-ui" {
// The reason for exporting the namespace types (__MaterialUI.*) is to also export the type for casting variable.
@@ -319,7 +319,7 @@ declare namespace __MaterialUI {
minDate?: Date;
mode?: string;
onDismiss?: () => void;
-
+
// e is always null
onChange?: (e: any, d: Date) => void;
@@ -672,7 +672,7 @@ declare namespace __MaterialUI {
labelPosition?: string;
style?: React.CSSProperties;
value?: string;
-
+
onCheck?: (e: React.FormEvent, selected: string) => void;
}
export class RadioButton extends React.Component {
@@ -1054,7 +1054,7 @@ declare namespace __MaterialUI {
value?: string;
selected?: boolean;
width?: string;
-
+
// Called by Tabs component
onActive?: (tab: Tab) => void;