Skip to content

Commit

Permalink
Unify indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiqiang Zhang committed Jan 27, 2014
1 parent ce70013 commit f7a7d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geolocation-API/interfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>Geolocation API IDL tests</h1>
};

[NoInterfaceObject]
interface PositionError {
interface PositionError {
const unsigned short PERMISSION_DENIED = 1;
const unsigned short POSITION_UNAVAILABLE = 2;
const unsigned short TIMEOUT = 3;
Expand Down

0 comments on commit f7a7d70

Please sign in to comment.