You need to show all of the code, including 'setup()', rather than just the 'loop()' function.
Also, please do what CrossRoads suggested - in the IDE's ">File >Preferences", check the boxes to enable verbose output during compiling and uploading. Then, if there are any errors, (they'll be in orange text), select the error text, press Ctrl-C to copy, then paste the errors into a post.
When you post your code and/or the error messages, first paste each into a reply, then select it ans press the </> button, which will wrap the code/error message in code tags.
Otherwise, you can type code tags manually. Type
[code] immediately before the code that you pasted, then [/code]
immediately after it. Include the square brackets.
From what you've shown of the code, the LED should be blinking rapidly - on for 0.1 seconds, off for 0.1 seconds, repeating.
Are you still seeing "Uploading", then "Done uploading" during the upload process?
There have been some problems with uploading using IDE V1.6.10 when a sketch is opened by clicking directly on the *.ino file. You could try closing the IDE, re-opening it then loading the sketch by clicking on it in ">File >Open Recent", then uploading it.
IDE V1.6.9 is much more stable, with less problems than V1.6.10.