Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Commit 4247593

Browse files
committed
Cleanup extra whitespace
1 parent e47c1b9 commit 4247593

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/frame.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
88
99
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
10-
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or
10+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or
1111
other materials provided with the distribution.
1212
* Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software
1313
without specific prior written permission.
1414
15-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
15+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1717
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1818
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1919
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

lib/stomp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Stomp.prototype.handle_new_frame = function(this_frame) {
276276
}
277277
this.emit('message', this_frame);
278278
}
279-
279+
280280
break;
281281
case "CONNECTED":
282282
log.debug('Connected to STOMP');

0 commit comments

Comments
 (0)