Style fix. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit aaf4e09b9bc9910b3502e4d781ea89d902fa0306
 (DIR) parent 27b1822c3fcadf1292d66a728772c46a92fa6b32
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Tue, 13 Sep 2016 10:47:05 -0500
       
       Style fix.
       
       Diffstat:
         samterm/main.c                      |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) 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);