Remove trailing whitespace. Sorry if this breaks your patches.
[project/opkg-lede.git] / tests / opkg_hash_test.c
index 934dac70daf2687793d6d928d23b101ed007dc5f..de1d82c10c3c45a4f2f6be8448e2d3cfa8abe81c 100644 (file)
    General Public License for more details.
 */
 
-#include "opkg.h"
+#include <libopkg/opkg.h>
 
-#include "hash_table.h"
-#include "opkg_utils.h"
-#include "pkg_hash.h"
+#include <libopkg/hash_table.h>
+#include <libopkg/opkg_utils.h>
+#include <libopkg/pkg_hash.h>
 
 int main(int argc, char *argv[])
 {
@@ -66,9 +66,9 @@ int main(int argc, char *argv[])
                        fprintf(stderr, "%s version %s\n", dep_vec->pkgs[k]->name, dep_vec->pkgs[k]->version);
                    }
                }
-               
+
                fputs("", stdout);
-               
+
            }
        }
     }