Style fix. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit aaf4e09b9bc9910b3502e4d781ea89d902fa0306 | |
parent 27b1822c3fcadf1292d66a728772c46a92fa6b32 | |
Author: Rob King <[email protected]> | |
Date: Tue, 13 Sep 2016 10:47:05 -0500 | |
Style fix. | |
Diffstat: | |
samterm/main.c | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/samterm/main.c b/samterm/main.c | |
@@ -155,7 +155,8 @@ main(int argc, char *argv[]) | |
void | |
-reshape(void){ | |
+reshape(void) | |
+{ | |
int i; | |
flreshape(screen.clipr); |