diff --git a/index.js b/index.js
index 490fc71c80ad1eff67d227e27469c8c036ee3507..e972bc238137be2100f73463869afb3f73ae753d 100644
--- a/index.js
+++ b/index.js
@@ -34,7 +34,7 @@ app.post('/post', function(req, res){
 
   // Don't bother if there's nothing to look up
   if ( 'undefined' === typeof req.body.text || ! req.body.text.length ) {
-	  return res.sendStatus( 400 );
+    return res.sendStatus( 400 );
   }
 
   var parsed_url = url.format({