Skip to content

Commit bc2ffb7

Browse files
committed
update vim modeline for astyle formatting
1 parent a69a270 commit bc2ffb7

38 files changed

Lines changed: 38 additions & 38 deletions

apache/mod_mapcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,5 +505,5 @@ module AP_MODULE_DECLARE_DATA mapcache_module = {
505505
mod_mapcache_cmds,
506506
mod_mapcache_register_hooks
507507
};
508-
/* vim: ai ts=3 sts=3 et sw=3
508+
/* vim: ts=2 sts=2 et sw=2
509509
*/

cgi/mapcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,5 +350,5 @@ int main(int argc, const char **argv)
350350
return 0;
351351

352352
}
353-
/* vim: ai ts=3 sts=3 et sw=3
353+
/* vim: ts=2 sts=2 et sw=2
354354
*/

include/errors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ typedef enum {
4848
} mapcache_error_reporting;
4949

5050
#endif /* ERRORS_H_ */
51-
/* vim: ai ts=3 sts=3 et sw=3
51+
/* vim: ts=2 sts=2 et sw=2
5252
*/

include/mapcache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,5 +1646,5 @@ mapcache_dimension* mapcache_dimension_time_create(apr_pool_t *pool);
16461646
int mapcache_is_axis_inverted(const char *srs);
16471647

16481648
#endif /* MAPCACHE_H_ */
1649-
/* vim: ai ts=3 sts=3 et sw=3
1649+
/* vim: ts=2 sts=2 et sw=2
16501650
*/

include/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ void mapcache_gettimeofday(struct mctimeval *t, void *__not_used_here__);
102102

103103

104104
#endif /* UTIL_H_ */
105-
/* vim: ai ts=3 sts=3 et sw=3
105+
/* vim: ts=2 sts=2 et sw=2
106106
*/

lib/buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ int mapcache_buffer_append(mapcache_buffer *buffer, size_t len, void *data)
7878
buffer->size += len;
7979
return len;
8080
}
81-
/* vim: ai ts=3 sts=3 et sw=3
81+
/* vim: ts=2 sts=2 et sw=2
8282
*/

lib/cache_bdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,5 +545,5 @@ mapcache_cache* mapcache_cache_bdb_create(mapcache_context *ctx)
545545

546546
#endif
547547

548-
/* vim: ai ts=3 sts=3 et sw=3
548+
/* vim: ts=2 sts=2 et sw=2
549549
*/

lib/cache_disk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,5 +715,5 @@ mapcache_cache* mapcache_cache_disk_create(mapcache_context *ctx)
715715
return (mapcache_cache*)cache;
716716
}
717717

718-
/* vim: ai ts=3 sts=3 et sw=3
718+
/* vim: ts=2 sts=2 et sw=2
719719
*/

lib/cache_memcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@ mapcache_cache* mapcache_cache_memcache_create(mapcache_context *ctx)
240240

241241
#endif
242242

243-
/* vim: ai ts=3 sts=3 et sw=3
243+
/* vim: ts=2 sts=2 et sw=2
244244
*/

lib/cache_sqlite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,5 +898,5 @@ mapcache_cache* mapcache_cache_mbtiles_create(mapcache_context *ctx)
898898

899899
#endif
900900

901-
/* vim: ai ts=3 sts=3 et sw=3
901+
/* vim: ts=2 sts=2 et sw=2
902902
*/

0 commit comments

Comments
 (0)