~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to src/globals.c

  • Committer: Paul Wise
  • Date: 2018-03-06 03:32:21 UTC
  • Revision ID: pabs3@bonedaddy.net-20180306033221-lzyia8y0cpw95j1b
Remove trailing whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
int global_zoom = 3;
32
32
int global_zoom_max = 20;
33
33
int global_detail_zoom = 0;
34
 
                
35
 
int mouse_dx = 0; 
 
34
 
 
35
int mouse_dx = 0;
36
36
int mouse_dy = 0;
37
 
                
 
37
 
38
38
int global_drawingarea_width  = 0;
39
39
int global_drawingarea_height = 0;
40
40
 
41
 
int global_speed_unit   = 0;    
42
 
int global_alt_unit     = 0;    
43
 
int global_latlon_unit  = 0;    
 
41
int global_speed_unit   = 0;
 
42
int global_alt_unit     = 0;
 
43
int global_latlon_unit  = 0;
44
44
 
45
45
 
46
46
tangogps_gps_data_t *gpsdata = NULL;