Browse Source

Remove whitespace added while touching.

migration/unlabaled-1.3.2
Wez Furlong 24 years ago
parent
commit
c53017d4c3
  1. 1
      ext/sqlite/libsqlite/src/opcodes.c
  2. 1
      ext/sqlite/libsqlite/src/opcodes.h
  3. 1
      ext/sqlite/libsqlite/src/parse.c

1
ext/sqlite/libsqlite/src/opcodes.c

@ -1,4 +1,3 @@
/* Automatically generated file. Do not edit */
char *sqliteOpcodeNames[] = { "???",
"Goto",

1
ext/sqlite/libsqlite/src/opcodes.h

@ -1,4 +1,3 @@
/* Automatically generated file. Do not edit */
#define OP_Goto 1
#define OP_Gosub 2

1
ext/sqlite/libsqlite/src/parse.c

@ -1,4 +1,3 @@
/* Driver template for the LEMON parser generator.
** The author disclaims copyright to this source code.
*/

Loading…
Cancel
Save