Skip to content

Commit e30af84

Browse files
committed
(- noop style fix) Delete trailing whitespace in relevant files
I'm moving some changes (whitespace, autoformatting) into separate commits so as to clean up the diff. I'm only de-whitespacing the files I edit in future commits, and only re-styling actual functions/sections of those files that I modify.
1 parent b678386 commit e30af84

16 files changed

+1067
-1068
lines changed

docs/docson/build-schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
}
8080
]
81-
81+
8282
}
8383
},
8484
"pp-specs": {
@@ -139,7 +139,7 @@
139139
"type": "string",
140140
"description": "name of the directory"
141141
},
142-
142+
143143
"type": {
144144
"enum": [
145145
"dev",
@@ -379,7 +379,7 @@
379379
},
380380
"ignored-dirs" : {
381381
"type" : "array",
382-
"items": {
382+
"items": {
383383
"type" : "string"
384384
},
385385
"description": "a list of directories that bsb will not look into"
@@ -410,7 +410,7 @@
410410
"gentypeconfig": {
411411
"$ref" : "#/definitions/gentype-specs",
412412
"description": "gentype config, see cristianoc/genType for more details"
413-
},
413+
},
414414
"bsc-flags": {
415415
"$ref": "#/definitions/bsc-flags",
416416
"description": "Flags passed to bsc.exe"

jscomp/bsb/bsb_build_schemas.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(* Copyright (C) 2017 Authors of BuckleScript
2-
*
2+
*
33
* This program is free software: you can redistribute it and/or modify
44
* it under the terms of the GNU Lesser General Public License as published by
55
* the Free Software Foundation, either version 3 of the License, or
@@ -17,7 +17,7 @@
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
* GNU Lesser General Public License for more details.
20-
*
20+
*
2121
* You should have received a copy of the GNU Lesser General Public License
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
@@ -82,4 +82,4 @@ let error = "error"
8282
let suffix = "suffix"
8383
let gentypeconfig = "gentypeconfig"
8484
let path = "path"
85-
let ignored_dirs = "ignored-dirs"
85+
let ignored_dirs = "ignored-dirs"

0 commit comments

Comments
 (0)