Skip to content

Commit 5130db2

Browse files
committed
Fix file formatting issues
- Remove blank lines at end of files - Newline at end of all files
1 parent acb8d13 commit 5130db2

File tree

8 files changed

+1
-8
lines changed

8 files changed

+1
-8
lines changed

LICENSE

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

MouseTo.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,3 @@ void MouseToClass::home() {
118118
}
119119

120120
MouseToClass MouseTo; //This sets up a single global instance of the library so the class doesn't need to be declared in the user sketch and multiple instances are not necessary in this case.
121-

MouseTo.h

-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ class MouseToClass {
3737
};
3838
extern MouseToClass MouseTo; //declare the class so it doesn't have to be done in the sketch
3939
#endif //MouseTo_h
40-

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,3 @@ If you can recommend any free programs, especially non-Windows, which display th
111111

112112
#### Contributing
113113
Pull requests or issue reports are welcome! Please see the [contribution rules](https://github.com/per1234/MouseTo/blob/master/CONTRIBUTING.md) for instructions.
114-

examples/BasicUsage/BasicUsage.ino

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ void loop() {
2828
delay(1000);
2929
}
3030
}
31-

examples/MaxJumpTest/MaxJumpTest.ino

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ void loop() {
2929
MouseTo.home();
3030
}
3131
}
32-

keywords.txt

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ getCorrectionFactor KEYWORD2
1212
setMaxJump KEYWORD2
1313
getMaxJump KEYWORD2
1414
home KEYWORD2
15-

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Library for Arduino Leonardo/Micro for moving the mouse to an absolute
66
paragraph=
77
category=Other
88
url=http://github.com/per1234/MouseTo
9-
architectures=*
9+
architectures=*

0 commit comments

Comments
 (0)