]> git.eshelyaron.com Git - emacs.git/commit
Remove trailing semicolons in method definitions
authorPhilipp Stephani <phst@google.com>
Sat, 20 May 2017 14:47:11 +0000 (16:47 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 21 May 2017 19:49:58 +0000 (21:49 +0200)
commitf04e3d6e204142469f0e0df9309e246b12920b35
tree5e83c3cd62ba8ae1f64a236bbe6305e17d06fd72
parentadd0b69445f65fe1792fe3ab5f8a8d35b997f728
Remove trailing semicolons in method definitions

These semicolons are ignored and cause compiler warnings.

* src/nsimage.m (setPixelAtX:Y:toRed:green:blue:alpha:):
* src/nsterm.m (init, updateFrameSize:):
(setFrame:): Remove trailing semicolon.
src/nsimage.m
src/nsterm.m