[GRASS-SVN] r40649 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 25 20:06:53 EST 2010
Author: neteler
Date: 2010-01-25 20:06:52 -0500 (Mon, 25 Jan 2010)
New Revision: 40649
Modified:
grass/branches/releasebranch_6_4/lib/gis/G.h
Log:
formatted code with indent rules
Modified: grass/branches/releasebranch_6_4/lib/gis/G.h
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/G.h 2010-01-25 18:28:36 UTC (rev 40648)
+++ grass/branches/releasebranch_6_4/lib/gis/G.h 2010-01-26 01:06:52 UTC (rev 40649)
@@ -31,11 +31,9 @@
};
#ifdef HAVE_GDAL
-extern CPLErr G_gdal_raster_IO(
- GDALRasterBandH, GDALRWFlag,
- int, int, int, int,
- void *, int, int, GDALDataType,
- int, int);
+extern CPLErr G_gdal_raster_IO(GDALRasterBandH, GDALRWFlag,
+ int, int, int, int,
+ void *, int, int, GDALDataType, int, int);
#endif
struct fileinfo /* Information for opened cell files */
More information about the grass-commit
mailing list