Bug 115017 - Correct the whitespace in the Sandbox profiles.
Summary: Correct the whitespace in the Sandbox profiles.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 115016
  Show dependency treegraph
 
Reported: 2013-04-22 23:59 PDT by Simon Cooper
Modified: 2013-04-23 20:15 PDT (History)
1 user (show)

See Also:


Attachments
Patch (25.84 KB, patch)
2013-04-23 00:01 PDT, Simon Cooper
ap: review-
ap: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Cooper 2013-04-22 23:59:26 PDT
Correct the whitespace in the Sandbox profiles.
Comment 1 Simon Cooper 2013-04-23 00:01:37 PDT
Created attachment 199160 [details]
Patch
Comment 2 Simon Cooper 2013-04-23 00:09:48 PDT
The sandboxing DSL intending rules are somewhat capricious:

	If it looks like scheme, then indent as R5RS
        if it looks like DSL rules, then align the filters with the operator
	If it is a mix of the two, make it easy to read / understand.
Comment 3 Alexey Proskuryakov 2013-04-23 20:15:39 PDT
Comment on attachment 199160 [details]
Patch

WebKit coding style is to use four space indentation.