Skip to content

Commit 2e66ecf

Browse files
committed
Remove unneeded trailing whitespace
1 parent 59eb263 commit 2e66ecf

File tree

16 files changed

+185
-185
lines changed

16 files changed

+185
-185
lines changed

Application.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ component {
1313

1414
public boolean function onRequest( required string requestedTemplate ) output=true {
1515
var logger = new api.build.Logger(opts:{textOnly: true, console: true});
16-
16+
1717
application.assetBundleVersion = variables.assetBundleVersion;
1818

1919
include template=arguments.requestedTemplate;

api/data/PageReader.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ component {
4646
// hack to restructure recipes as docs content
4747
if ( listFirst( page.getPath(), "/" ) eq "recipes" ){
4848
page.setSlug( page.getPageType() )
49-
49+
5050
if (page.getPageType() eq "README"){
5151
page.setPath( page.getPath() );
5252
page.setPageType( "listing" );
@@ -179,7 +179,7 @@ component {
179179
"related": [
180180
"function-xmlparse"
181181
],
182-
}
182+
}
183183
--->
184184
*/
185185
var str = trim( arguments.pageContent );

api/reference/FunctionReferenceReader.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ component accessors=true {
123123
else {
124124
bundles = ext.bundles;
125125
}
126-
126+
127127
loop array=bundles item="local.bundle" {
128128
if ( bundle.getSymbolicName() == bundleName ) return ext.getMetadata();
129129
}

api/reference/TagReferenceReader.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ component accessors=true {
147147
else {
148148
bundles = ext.bundles;
149149
}
150-
150+
151151
loop array=bundles item="local.bundle" {
152152
if ( bundle.getSymbolicName() == bundleName ) return ext.getMetadata();
153153
}

api/rendering/Markdown.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ component
3232
];
3333
var parser = Parser::builder().extensions(extensions).build();
3434
// Parse the markdown to a Node
35-
var document = parser.parse( arguments.markdown);
35+
var document = parser.parse( arguments.markdown);
3636
// Create a HTML renderer
3737
var renderer = HtmlRenderer::builder().extensions(extensions).escapeHtml( arguments.safeMode ).build();
3838
// Render the Node to HTML

api/rendering/Pygments.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ component
2626
var result = interpreter.get("result", createObject('java', 'java.lang.String').getClass());
2727
var lexer = interpreter.get("lexer");
2828
// dump(var=lexer.toString(), label="#language#");
29-
29+
3030
return result;
3131
}
3232

3333
public string function getCss() {
3434
var interpreter = new PythonInterpreter();
35-
interpreter.set("style", "default");
35+
interpreter.set("style", "default");
3636
var pythonFile = expandPath( getDirectoryFromPath( getCurrentTemplatePath() ) & "pygmentsCss.py" );
3737
interpreter.execFile( pythonFile );
38-
var css = interpreter.get("css", createObject('java', 'java.lang.String').getClass());
38+
var css = interpreter.get("css", createObject('java', 'java.lang.String').getClass());
3939
return css;
4040
}
4141
}

builders/html/assets/js/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15041,7 +15041,7 @@ window.onerror = function(message, url, line, col, err) {
1504115041

1504215042
var reg = generateRegexForInput( input )
1504315043
, fulltextitem, matches;
15044-
15044+
1504515045
matches = searchIndex.filter( function( item ) {
1504615046
var srcText = item.desc ? item.desc : item.text; // cdn caching sigh
1504715047
var titleLen = item.text.length

builders/html/templates/function.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<p><strong>Introduced:</strong> #local.fn.getIntroduced()#</p>
2626
</cfif>
2727
<cfif len(local.fn.getSrcExtension()) gt 0>
28-
<p><strong>Requires Extension: </strong>
28+
<p><strong>Requires Extension: </strong>
2929
<span translate="no">
3030
<a href="https://download.lucee.org/###local.fn.getSrcExtension().id#">
3131
#local.fn.getSrcExtension().name#
@@ -48,7 +48,7 @@
4848
</div>
4949
<cfif Len( Trim( local.fn.getReturnTypeDesc() ) )>
5050
#_markdownToHtml( local.fn.getReturnTypeDesc() )#
51-
</cfif>
51+
</cfif>
5252
</cfif>
5353
</div>
5454

builders/html/templates/tag.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<p><strong>Introduced:</strong> #local.tag.getIntroduced()#</p>
2727
</cfif>
2828
<cfif len(local.tag.getSrcExtension()) gt 0>
29-
<p><strong>Requires Extension: </strong>
29+
<p><strong>Requires Extension: </strong>
3030
<span translate="no">
3131
<a href="https://download.lucee.org/###local.tag.getSrcExtension().id#">
3232
#local.tag.getSrcExtension().name#
3333
</a>
34-
</span>
34+
</span>
3535
</p>
3636
</cfif>
3737

examples/docker/basic/www/index.cfm

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ config=getConfig();
107107
<div class="container">
108108
<div class="banner-content">
109109
<cfoutput>
110-
<img src="assets/img/lucee-white.png" alt="Lucee" width="300">
110+
<img src="assets/img/lucee-white.png" alt="Lucee" width="300">
111111
<h1>Welcome to your Lucee Docker Installation!</h1>
112112
<p class="lead-text">You are now successfully running Lucee #server.lucee.version# in Docker!</p>
113113
</cfoutput>
@@ -130,7 +130,7 @@ config=getConfig();
130130
<img src="assets/img/img-ext.png" alt="">
131131
</a>
132132
</div>
133-
133+
134134

135135
<div class="listing-content">
136136
<h2 class="title">
@@ -142,7 +142,7 @@ config=getConfig();
142142
</cfloop>
143143
</ul>
144144
</div>
145-
145+
146146
<div class="clearfix"></div>
147147
</li>
148148

@@ -152,7 +152,7 @@ config=getConfig();
152152
<img src="assets/img/img-config.png" alt="">
153153
</a>
154154
</div>
155-
155+
156156

157157
<div class="listing-content">
158158
<h2 class="title">
@@ -166,20 +166,20 @@ config=getConfig();
166166
<pre class="json-display" id="jsonw">#fileRead(config.web)#</pre>
167167
<button class="copy-button" onclick="copyJson('jsonw',this)">copy</button></cfif>
168168
</div>
169-
169+
170170
<div class="clearfix"></div>
171171
</li>
172172

173173

174174

175-
175+
176176
</cfoutput>
177177
</ul>
178178
</div>
179-
179+
180180

181181
</div>
182-
182+
183183

184184
<div class="col-md-4 sidebar">
185185

@@ -194,24 +194,24 @@ config=getConfig();
194194
Java: #server.java.version?:""# (#server.java.vendor?:""#)<br>
195195
Time Zone: #getTimeZone()#<br>
196196
Locale: #ucFirst(GetLocale())#</p>
197-
197+
198198

199199
<h3 class="widget-title">Related Websites</h3>
200200

201201
<!--- lucee.org --->
202202
<p class="file-link"><a href="http://www.lucee.org">Lucee Association Switzerland</a></p>
203203
<p>Non-profit custodians and maintainers of the Lucee Project</p>
204-
205-
204+
205+
206206
<!--- lucee.org --->
207207
<p class="file-link"><a href="https://github.com/lucee/lucee-dockerfiles">Lucee Docker Files</a></p>
208208
<p>A project that provides the code needed to build and run Lucee Docker instances for your CFML applications.</p>
209209

210210

211-
<!--- Bitbucket
211+
<!--- Bitbucket
212212
<p class="file-link">Lucee Bitbucket</a></p>
213213
<p>Access the source code and builds</p> --->
214-
214+
215215
<!--- Mailinglist --->
216216
<p class="file-link"><a href="##">Get Involved</a></p>
217217
<p>
@@ -221,9 +221,9 @@ config=getConfig();
221221
- <a href="#gitURL#">Contribute</a> to the code<br />
222222
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LKLC7KH4JRQ8J&">Support</a> the project<br />
223223
</p>
224-
225224

226-
225+
226+
227227

228228
<!--- Prof Services --->
229229
<p class="file-link"><a href="#profURL#">Professional Services</a></p>
@@ -236,18 +236,18 @@ config=getConfig();
236236
</div>
237237
</cfoutput>
238238
</div>
239-
239+
240240
</div>
241-
241+
242242

243243
</div>
244-
244+
245245

246246
</div>
247-
247+
248248

249249
</section>
250-
250+
251251

252252

253253

@@ -261,37 +261,37 @@ config=getConfig();
261261
<a href="/" class="footer-logo">
262262
<img src="assets/img/lucee-white.png" alt="Lucee">
263263
</a>
264-
264+
265265

266266
</div>
267-
267+
268268

269269
<div class="col-md-5 col-sm-4">
270270
<p class="copyright-text">Copyright &copy; #year(now())# by the Lucee Association Switzerland</p>
271271
</div>
272-
272+
273273

274274

275275

276276
</div>
277-
277+
278278

279279
</div>
280-
280+
281281

282282
</div>
283-
283+
284284

285285
</footer><!-- End of footer -->
286286

287287
</div> <!-- End of .main-wrapper -->
288288

289289

290-
291-
292290

293-
294-
291+
292+
293+
294+
295295

296296
<script src="#cgi.context_path#/assets/js/lib/jquery-1.10.1.min.js"></script>
297297
<script src="#cgi.context_path#/assets/js/lib/bootstrap.min.js"></script>
@@ -308,5 +308,5 @@ config=getConfig();
308308
</cfif>
309309
</script>
310310
</body>
311-
311+
312312
</html></cfoutput>

0 commit comments

Comments
 (0)