Use spaces for indentation, not tabs.
[gnulib.git] / lib / strtoll.c
index ccc99cb..84a7a09 100644 (file)
@@ -15,7 +15,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#define        QUAD    1
+#define QUAD    1
 
 #include <strtol.c>